Plus-Ultra is a MERN stack web application designed specifically for the students of Computer Science and Engineering Branch of International Institute of Information Technology Bhubaneswar that has features like Notice Board and Time Table embedded into the homepage for ease of access.
A list of students that shows information about every individual including their skills, achievements and resume and allows the students from CSE branch only to login and create/edit their own personal account.
The project contains node_modules necessary for client as well as server to run. We can install the dependencies by following below steps -
- For server dependencies
npm installin main directory
- For client dependencies
cd clientto move to clientnpm install
Now to start -
node server.jsto start the servercd clientnpm startto start the react app
You can check the project authentication system using this variables in Login
-username - B120001
-password - 12345
Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
If deploying to heroku this does not need to be run since it is handled by the heroku-postbuild script