Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kapit4n/ts-node-books
Api to register books reading
https://github.com/kapit4n/ts-node-books
docker dockerfile nodejs sequelize
Last synced: about 2 months ago
JSON representation
Api to register books reading
- Host: GitHub
- URL: https://github.com/kapit4n/ts-node-books
- Owner: kapit4n
- Created: 2023-03-27T20:51:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-10T01:31:28.000Z (5 months ago)
- Last Synced: 2024-08-10T02:36:27.000Z (5 months ago)
- Topics: docker, dockerfile, nodejs, sequelize
- Language: TypeScript
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
Run dev
docker build -t books -f Dockerfile.dev .
docker run -p 7000:7000 books# TODO
- predictions
- users
- intergations with other services
-# DONE
- books(get, post, put, delete)
- bookLogs(get, post, delete)https://github.com/kapit4n/ts-books