Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/techmannih/trello_clone_backend
- Owner: techmannih
- Created: 2023-12-08T15:28:43.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-19T12:04:31.000Z (3 months ago)
- Last Synced: 2024-08-20T11:32:09.911Z (3 months ago)
- Topics: api-server, back-end, bcrypt, express, jwt-auth, mongoose
- Language: JavaScript
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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