Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vvkin/what-to-read
Simple application to have some practice with TS/Fastify/MongoDB
https://github.com/vvkin/what-to-read
fastify mongodb nodejs typescript
Last synced: about 1 month ago
JSON representation
Simple application to have some practice with TS/Fastify/MongoDB
- Host: GitHub
- URL: https://github.com/vvkin/what-to-read
- Owner: vvkin
- Created: 2021-08-15T00:39:48.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-26T04:56:00.000Z (over 3 years ago)
- Last Synced: 2024-11-06T22:12:50.693Z (3 months ago)
- Topics: fastify, mongodb, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WhatToRead
## What is it
It's simple application where users can read books and share minds about that via comments.## Features
* CRUD for user, book and comment entities
* Replying to books, comments
* All of entities can be liked/disliked
* Authentication/Authorization with JWT## Techonologies
* TypeScript
* Node.js
* Fastify
* MongoDB