Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 694 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 694 Bytes

BooksAndAuthors

This project is a simple books and authors management system. You can add authors and after that books for respective authors too. This project is helpful for the folks who are learning Typescript, nodejs, express, mongodb and mongoose. It has customize logging also which gives you better understanding of logs while working. It has Joi validation too to protect your data from bad payload.

To Run The Project:

Create a mongodb cluster in mongodb altas. Replace your username and password in .env file.

Hit following commands in terminal: npm i npm run build npm run start

On postman: http://localhost:8080/

Check the routes for more functionality related details.