Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miyurugunarathna/todo-backend
Node.js backend API for sample todo application
https://github.com/miyurugunarathna/todo-backend
expressjs jwt-authentication nodejs todo-app
Last synced: 21 days ago
JSON representation
Node.js backend API for sample todo application
- Host: GitHub
- URL: https://github.com/miyurugunarathna/todo-backend
- Owner: miyurugunarathna
- License: mit
- Created: 2022-03-18T11:17:54.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-14T10:59:22.000Z (over 2 years ago)
- Last Synced: 2024-11-12T06:35:04.669Z (3 months ago)
- Topics: expressjs, jwt-authentication, nodejs, todo-app
- Language: JavaScript
- Homepage: https://todo-challenge-backend.herokuapp.com
- Size: 185 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🚩Sample backend API for Todo application with Express.js!
## ✨Run Locally
Clone the project
```bash
git clone https://github.com/miyurugunarathna/todo-backend.git
```Go to the project directory
```bash
cd todo-backend
```Install dependencies
```bash
npm install
```Start the server
```bash
npm run dev
```Start testing
```bash
npm run test
```## ✨Tech Used
[Node.js](https://nodejs.org/en/)
[Express.js](https://expressjs.com/)## ✨License
[MIT](LICENSE)