Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/techmannih/trello_clone_backend


https://github.com/techmannih/trello_clone_backend

api-server back-end bcrypt express jwt-auth mongoose

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

# Trello clone backend
** Trello clone frontend [see](https://github.com/techmannih/trello_clone_frontend)**

## Local Development

To setup this project locally for development purposes please follow the following steps:

**1. Ensure you Node.js installed. [See](https://nodejs.org/en/download/)**

**2. Clone this repo by running the command-**

$ git clone https://github.com/techmannih/trello_clone_backend.git

**3. Navigate to the directory where the repo is cloned to.**

$ cd trello_clone_backend

**4. Run to install all the dependencies.**

$ npm install

**5. Start the application locally by running.**

$ npm start

## Features
- authenticate user with jsonwebtoken
- Add Todo
- delete Todo
- Add task in Todo
- delete task from todo
- logout account
- delete your account if you want