You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a conig.js file in backend folder with the following
{
mongoURI: "",
secretOrKey: "secret",
}
Install server dependencies, go to backend folder
cd backend npm install
npm run dev
Keep this terminal running and open another terminal
Install client dependencies, go to frontend folder
cd frontend npm install
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.