Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)