MEAN stack app. Makes use of MongoDB, ExpressJS, Angular 7, NodeJS
To run,
- Clone the repo,
- Open two shell windows,
- Navigate to root folder in both windows,
- In one window execute: 'run npm start:server' (localhost:3000),
- In the second window: 'ng serve -o' (localhost:4200)
Don't forget to NPM install all dependecies!