To run this project for the first time:
- In ./backend, add a file called .env. To get it's contents, check the pinned post in the Slack channel ;)
- In ./backend, run
npm i
in the console. - In the root directory, run
npm i
in the console. - To start your backend, in ./backend run
nodemon server
in the console. Your backend will now be located on a localhost, or a server hosted locally on your computer. By default, it will behttps://db.handstogether-sa.org/
. - To start your React app, in the root directory, run
npm start
in the console. Your backend will now be located onhttps://handstogether-sa.org/
.
Confused on how to actually do your specific task? Head on over to the Trello to see your responsibilities!
Still confused? DM Omid on Slack for some help on getting started. :)