Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shihtingjustin/todo-express-fp


https://github.com/shihtingjustin/todo-express-fp

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# todo-express-fp
A todo list api server built with Express.js.

## Setup
1. clone repository
```
git clone https://github.com/ShihTingJustin/todo-express-fp
```
2. go to project directory
```
cd todo-express-fp
```
3. install dependencies
```
yarn
```
4. serving the project
```
yarn dev
```
5. use it on
```
http://127.0.0.1:3001/api-docs
```

## Stack
* TypeScript
* Express
* Node.js
* swagger
* Jest
* fp-ts

## Author
[ShihTingJustin](https://github.com/ShihTingJustin)
* [LinkedIn](https://www.linkedin.com/in/justinhuang777/)