This is a library management system with basic CRUD operations for users and books.
To run locally:
- Make sure you have install and run PostgreSQL server
- Create database with the name same as in config file
- Run
npm install
oryarn install
- Run
sequelize db:migrate
- Run
nodemon
ornpm start