ignissak / todoapi

FeatherJS API for Todo-list application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TodoAPI

TodoAPI is simple REST API written in featherjs and TypeScript. API supports local authentication using user acocunts (JWT).

Installing & running

# Clone the repository
https://github.com/ignissak/todoapi.git

# Move to the project repository
cd todoapi/

# Install required dependencies
npm i

# Run the app
npm run dev

If you want to run the app in a production environment, use npm run start.

Documentation

Full API documentation can be found here.

About

FeatherJS API for Todo-list application.


Languages

Language:TypeScript 100.0%