wilsonfilhodev / starter-nodejs-mongoose

Simple API CRUD using NodeJs and Mongoose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

starter-nodejs-mongoose

Starter simple for create API CRUD using NodeJs and Mongodb database with mongoose.

Warning

Verify that you are running at least node 8.x and npm 5.x by running node -v and npm -v in a terminal/console window. Older versions produce errors, but newer versions are fine.

This api use mongodb database, then is necessary configure your database in index.js of this project.

Running the project

$ git clone https://github.com/wilsonfilhodev/starter-nodejs-mongoose.git
$ cd express-app
$ npm install
$ npm start

Examples


  Example data: (all fields in example is required)
  
  {
    "name": "Node JS",
    "description": "JavaScript runtime built on Chrome's V8 JavaScript engine.",
    "url": "https://nodejs.org"
  }
  

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Simple API CRUD using NodeJs and Mongoose


Languages

Language:JavaScript 100.0%