Skip to content

StonePunch/todoAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo API

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

Running the App

  1. Node.js installation, the application was developed and tested using Node.js v12.4.0 and npm v6.9.0
  2. MongoDB installation, the application was developed and tested using MongoDB Community v4.0.9
  3. Run 'npm install' on the console to install all the dependencies listed in package.json
  4. Run 'npm run compileAll' on the console to compile all the ES6 javascript to ES5 using babel
  5. Run 'npm run start' on the console to start the app

Releases

No releases published

Packages

No packages published