Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.
/ todoapi Public archive

FeatherJS API for Todo-list application.

Notifications You must be signed in to change notification settings

ignissak/todoapi

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks