Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 👨🏻‍💻

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/