/team-1

Primary LanguageJavaScript

Level Up! (team 1)

Our Goal

Our mission is for B+ to stay connected with the contributers and to identify the unique donators.

How to run

Make sure you have Node.js installed.

$ cd 'name of directory where you want the files'
$ git clone git@github.com:Delaware2018/team-1.git #or clone your own fork
$ cd team-1

Server

  1. Create a .env file in the server directory and fill out the details similar to sample.env
  2. The tables can be generated by creating the procedures on SQL Server Management Studio by executing the following procedures we provided in server/db/procedures:
$ cd server
$ npm install
$ npm start

Web Application

$ cd client
$ npm install
$ npm start

Mobile Application

$ cd mobileapp
$ npm install
$ npm install -g expo-cli
$ npm start
The code ("Code") in this repository was created solely by the student teams during a coding competition hosted by JPMorgan Chase Bank, N.A. ("JPMC"). JPMC did not create or contribute to the development of the Code. This Code is provided AS IS and JPMC makes no warranty of any kind, express or implied, as to the Code, including but not limited to, merchantability, satisfactory quality, non-infringement, title or fitness for a particular purpose or use.