Build a REST API with Typescript, NodeJS and MongoDB.

Описание к видео Build a REST API with Typescript, NodeJS and MongoDB.

Introduction
why should we build our own backend?

Project Setup
Create an npm project from scratch.

Install Dependencies
Dependencies; Express, Mongoose, Bcrypt, Cors, Typescript.

Create an Express Server
Create a mongoose Schema
Create A User Collection
Add the auth functions(login and create account)
Test the auth method
Create a Book, Comments and Notes Schema
Create A Book Collection, Comments and Notes collections respectively.
Run CRUD Operations on Books Collection
Add comments to books and retrieve comments for books
Allow admins to approve and block comments
Add personal notes to books
Retrieve personal notes for books

Github Repository
https://github.com/Kalashin1/book_App

Комментарии

Информация по комментариям в разработке