This project is based on the concept of making new and meaningful connections. By providing access to all college peers on a single platform, getting to know peers with a similar interest can help to guide and inspire students. We already have many sophisticated social platforms to connect with people, but, a setup at an institute-level would significantly help to bind everyone by leveraging the ability to connect digitally.
The technology stack used in this project is the MERN stack, which has some dependencies. To run this code, your system would need node modules, and hereโs how you can install them and run this project.
-
Download the latest version of Node.js corresponding to your OS.
-
Go to the root folder of the project and run the following commands in your terminal:
~ npm install
This will install node modules in your root folder.
~ cd client
~ npm install
This will install node modules in your client folder.
- To run frontend/client side, run the command
~ npm run client
- To run server and backend, run the command
~ npm run server
- To run both, run the command
~ npm run dev
If you have installed node modules correctly, and have run these commands successfully, then React will run this website on your local server. ๐ฏ
For any other guidance or support, check out these official websites of the libraries and other software we used to develop Connecture. ๐