Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shihtingjustin/todo-express-fp
https://github.com/shihtingjustin/todo-express-fp
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shihtingjustin/todo-express-fp
- Owner: ShihTingJustin
- Created: 2022-12-18T13:07:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-27T01:47:54.000Z (about 1 year ago)
- Last Synced: 2024-04-16T08:50:01.377Z (9 months ago)
- Language: TypeScript
- Size: 210 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)