Student Instructor Information System
Installation and Setup ————————————————————————————————————————————————————— 1
Getting Started ————————————————————————————————————————————————————————- 3
Management System developed by the members of this project.
Pre-requisites before installation and setup
Note: The following steps and procedures are per formed using IntelliJ Ultimate as the IDE and
MongoDB Compass to connect with the remote database.
Steps to install and setup are as follows:
“git clone https://github.com/romeliyan/SIIS.git ”
The project folder should be created at the location
Project Successful current build available at - develop2 branch
2 | P a g e
➢ Alternatively you can also visit https://github.com/romeliyan/SIIS , download
the zipped version of this project and open the extracted project using the IDE.
Then open the terminal tab located at the bottom right hand corner of the screen in the IDE and
type the following command:
To start backend
cd in to -> SIIS - BackEnd\siis-backend
“npm install”
“node index.js”
This will install the required dependencies for the server.
Now we have to repeat this process with the client. To do this, open the terminal as before and
type “cd SIIS-develop2\SIIS - FrontEnd\siis-frontend” to move to the client directory now type “npm install” again to download the
required client dependencies.
Note: An active internet connection should be present in order to download the
dependencies for the above steps.
3 | P a g e
Once the initial setup process is complete, the project can be started as follows:
“npm start”
Running this command should automatically run the server and client processes concurrently and
automatically launch the browser as follows
You can start using the application by first creating an account by clicking on the “SignUp” button.