An open API service indexing awesome lists of open source software.

https://github.com/zepolimer/runtrack-api-node

La Plateforme school project using Node and Express
https://github.com/zepolimer/runtrack-api-node

api api-rest expressjs jwt jwt-authentication nodejs

Last synced: 3 months ago
JSON representation

La Plateforme school project using Node and Express

Awesome Lists containing this project

README

          

# api-node

An API with Node.js - Express - JSON Web Token (authentication)

## USING :
```
npm install
npm start
```

### PUBLIC ENDPOINTS :
- /users --> (GET)
- /groups --> (GET)
- /groups/users --> (GET)
- /register --> (POST)
- /login --> (POST)

### PUBLIC ENDPOINTS :
- /users/:id --> (GET, PUT, DELETE)
- /users/:id/groupe --> (PUT)
- /groups --> (POST)
- /groups/:id --> (PUT, DELETE)