Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.32 KB

README.md

File metadata and controls

44 lines (28 loc) · 1.32 KB

IUTCS weboff

Installation

After cloning this repository, navigate to the client project directory and server project directory in your terminal and run the following command to install the necessary dependencies:

npm install

Running the client side

To run the project use the following command:

npm run dev

This will start a local development server, and you can access the website in your web browser by navigating to http://localhost:3000.

Admin panel:

Site link is http://localhost:3000/admin/login

Admin username and password are saved in .env file username = weboff password = admin

Running the server side

To run the project, use the following command :

npm start

This will start the server, and you can access it in your web browser as well. You can access the website in your web browser by navigating to http://localhost:3001.

User Features:

  • Read Blogs
  • View Activities, About, Achievements, Events
  • Register for different Competitions(Segments) of a Events
  • Check Leaderboard of competitions

Admin Features:

  • Create Blogs
  • Create Events(Intra university/Inter university)
  • Create competitions (CP, CTF, Hackathon) under those events
  • View all participating teams and team member
  • Update Team points