College Management system is a platform where a whole college can work together. In this application students, teacher as well as the admin of the same college can work together with their respective works. ScholarSPACE is a custom built college management system to meet the specific academic requirement of the colleges. All the required modules and features have been particularly built to just fit in our requirement. The sound database of the application makes it more user friendly and expandable. The package is highly customisable and can be modified as per the needs and requirements of the clients. It covers all the required modules right from separate Admin, Student and teacher portal, to event management, projects submission and grading and announcements system.
This platform works on:
Go to sys.env and fill the details for database, user, pass and host accordingly. From Database folder, download the sql files from schema 'dbms_project' in your system under same name.
For development, you will only need Node.js and a node global package, Yarn, installed in your environement.
-
Just go on official Node.js website and download the installer. Also, be sure to have
gitavailable in your PATH,npmmight need it (You can find git here). -
You can install nodejs and npm easily with apt install, just run the following commands.
$ sudo apt install nodejs $ sudo apt install npm -
You can find more information about the installation on the official Node.js website and the official NPM website.
If the installation was successful, you should be able to run the following command.
$ node --version
v8.11.3
$ npm --version
6.1.0
If you need to update npm, you can make it using npm! Cool right? After running the following command, just open again the command line and be happy.
$ npm install npm -g
After installing node, this project will need yarn too, so just run the following command.
$ npm install -g yarn
Install following dependencies, to run the project n your system:
$ git clone https://github.com/saumyapatel17/College-Management-System-scholarSPACE
$ cd College-Management-System-scholarSPACE
$ yarn install
$ yarn start
$ yarn build