Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arisupriatna14/todofancy-server
Todo fancy server 👨🏻💻
https://github.com/arisupriatna14/todofancy-server
server todo
Last synced: 7 days ago
JSON representation
Todo fancy server 👨🏻💻
- Host: GitHub
- URL: https://github.com/arisupriatna14/todofancy-server
- Owner: arisupriatna14
- Created: 2018-08-10T16:37:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-18T19:28:06.000Z (over 6 years ago)
- Last Synced: 2024-11-25T07:38:29.158Z (2 months ago)
- Topics: server, todo
- Language: JavaScript
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo Fancy Server
List of routes user:
| **Route** | **HTTP** | **Description** |
|-------|------|-------------|
| /api/signup | POST | Create new user |
| /api/signin | POST | Signin user |
| /api/signin/facebook | POST | Signin user with facebook |List of routes todo:
| **Route** | **HTTP** | **Description** |
|-------|------|-------------|
| /api/todo/add | POST | Create new todo |
| /api/todo/mytodolist | GET | Get all todo collection user |
| /api/todo/mytodolist/:todolistId | PUT | Edit todo |
| /api/todo/mytodolist/:todolistId | DELETE | Delete todo |**Usage**
with only npm:
```
npm install
npm start
```Access via website http://localhost:3030/