This is the backend application for the Library Manager
A simple backend built on RESTful principles using NodeJS, ExpressJS, and PostgreSQL. Uses JWT and OAUTH based user authentication.
- User/Admin authentication using jsonwebtokens and OAUTH2
- RESTful API
- Robust endpoints with error handling
- Provides endpoints for Admins and Users
- Clone the repository:
git clone https://github.com/RSYashwanth/Library-Backend.git
- Build and run containers using docker-compose:
docker-compose up
- Follow instructions to run Client application