To get started working on this project follow these steps:
- Create a directory and clone the reposetory in that directory.
- Next
cd
into theserver
directory and runnpm install
followed bynpm run nodemon
. - Then
cd
into theclient
directory and runnpm install
followed bynpm run start
. - Now the website should be ruuning on localhost:8080.
- And the api should be ruuning on localhost:3000.