Project built upon the bases of the tuturial Build A RESTful Api With Node.js And Express.js (Part 1) (Part 2)
The tuturial also has a Part 3, but, as the objective of the project was to use Node.js with MongoDB this part was ignored
- Node.js installation, the application was developed and tested using Node.js v12.4.0 and npm v6.9.0
- MongoDB installation, the application was developed and tested using MongoDB Community v4.0.9
- Run 'npm install' on the console to install all the dependencies listed in package.json
- Run 'npm run compileAll' on the console to compile all the ES6 javascript to ES5 using babel
- Run 'npm run start' on the console to start the app