- MongoDB installed and configured.
- Node & NVM installed.
- assume Linux environment: Mac, Ubuntu, atc..
- Open the terminal go to the folder ./server in the project and run the command:
npm install; npm run db:create; npm start;
- after you see 'Connected To MongoDB' leave the terminal window open.
- In a different terminal window go to the folder ./client in the project and tun the command:
npm install; npm start;
- It will open a Browser Window with the site at the address localhost:3000.
enjoy :)