College Management Web Application is the web application which helps the professors to easily organize and distribute the content with students.
The main aim of this project is to make the organizing and distributing part of content seemingly easy-to-use so that professors can focus on more important activities.
- Create the database using following query in MySQL :
CREATE DATABASE databasename; - Create tables using the SQL script file in
databse/cms.sql; - To seed data in the database run to file in
seedfolder
Clone the project
git clone https://github.com/iamsid21/College-Management-Web-Application.gitGo to the project directory
cd College-Management-Web-ApplicationInstall dependencies
npm install or npm iStart the server
npm run startClient: React.js, Redux, EJS
Server: Node.js, Express.js
If you have any feedback, please reach out to us at iamsiddharthpathak@gmail.com