A Book Management Backend built NodeJs using Typescript, ExpressJs and PostgreSQL databases using Sequelize ORM.
- Airbnb's javascript style guide is followed.
- Code depends on
.env
files and will validate the files to run properly. - To reflect changes in
.env
files, a restart will be required.
npm i
- Create an environment file
.env
by copying the.env.example
file and add respective values. - Create a database in postgres and define same name in database-uri in
.env
npm start
- You can import postman collection provided in
postman
folder. - Replace the values in
variables
in collecction.