- A MERN application designed for college students, enabling them to efficiently organise their projects and assist clubs in making announcements.
- Students can create, update or delete their project details and create public notes stating their requirements.
- Club login has a dedicated announcements page for recruitments, events, etc visible in student login.
Clone the repository, open it in a code editor and run
npm install
In the root directory create a .env file and add firebase config details-
PORT=
MONGO_URL=
JWT_SECRET=
JWT_LIFETIME=
CLOUDINARY_HOST=
CLOUDINARY_API_KEY=
CLOUDINARY_API_SECRET=
then run the development server:
npm start
Open http://localhost:3000 with your browser to see the result.