Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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