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
- Host: GitHub
- URL: https://github.com/zepolimer/runtrack-api-node
- Owner: Zepolimer
- Created: 2023-05-30T07:17:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-30T07:23:29.000Z (about 3 years ago)
- Last Synced: 2025-01-13T05:41:43.943Z (over 1 year ago)
- Topics: api, api-rest, expressjs, jwt, jwt-authentication, nodejs
- Language: JavaScript
- Homepage:
- Size: 4.45 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)