create a file ./config/config.env
add to that file the following environment variables
PORT => 8080
NODE_ENV => development
MONGO_URI => mongodb+srv://<username>:<password>@cluster0.kkwic.mongodb.net/sprints-project?retryWrites=true&w=majority replaceing username and password with yours
open two terminal windows
the first one in root and type
npm run dev
the secon one in angular-src and type
ng serve -o
in angular-src terminal type
ng build
this will build public folder in the root
then run the node application
npm start
For Contributing check the Contributing.md.