Responsive Campus Events functionality using React, NodeJS, ExpressJS and MongoDB and Bootstrap.
Before going forward you must have Node js installed on your machine.
Go to the link below for installation if you don't have installed yet.
-
Download the repository
-
Unzip folder and open it with VS Code
-
Open terminal & go to
cd frontend
-
Install dependencies by running
npm install
command -
Run the command
npm run dev
to start live server -
Click on
http://localhost:5173/
-
Open terminal & go to
cd backend
-
install dependencies by running
npm install
command -
Run the command
npm start
ornodemon index.js
to start live server on database
- Congratulation 🎉 you have setup the environment successfully
This project uses the following technologies:
- React and React Router for frontend
- Express and Node for the backend
- MongoDB for the database
- Bootstrap for styling