TodoAPI is simple REST API written in featherjs and TypeScript. API supports local authentication using user acocunts (JWT).
# 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
.
Full API documentation can be found here.