An online book management system that allows admins to manage books, users.
Users can borrow books, add reviews.
For detailed documentation, refer to documentation folder
- Install MySql
- Install .NET 8.
- Clone the repository
- Create the database: mysql -u root -p -e "CREATE DATABASE IF NOT EXISTS BMS;"
- Import the schema using the given schema file: mysql -u root -p BMS < schema_only.sql
- Run the app using dotnet run.
