This Project is Created by 2nd Year CSE students as a project for the Lab subject CS 258 of Software Engineering.
To clone and run this application, you'll need Git, MySQL Workbench and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/deveshjindal77/Grabook
# Go into the repository
$ cd Grabook
# Install dependencies
$ npm install
Copy the SQL Queries in the Workbench and run it
# Run the app
$ node app.js
This software uses the following open source packages:
- HTML
- CSS
- [BootStrap] (https://getbootstrap.com/docs/4.3/getting-started/introduction/)
- [Google Fonts] (https://fonts.google.com)
- [Google Icons] (https://fonts.google.com/icons)
- Node.js
- [MySQL Workbench] (https://www.mysql.com/products/workbench/)