Skip to content

kuusimaa/RESTful-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RESTful-API

Basic RESTful-API using node.js and mongoDB.

Built With

Installation

  • npm
    npm install

API

/api/:api_key/users

  • GET : Get all users.
  • POST : Create a new user.
  • DELETE : Delete all users.

/api/:api_key/user/:id

  • GET : Get users by id.
  • PATCH : Update users by id.
  • DELETE : Delete users by id.

/api/user/login

  • POST : Login using username and password.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

Basic RESTful-API for mongoDB.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors