Skip to content

Technical Festival Website of IIITV-ICD (2022-23). The repository contains the complete backend source code of the application, including the backend server and database schema. The code is well-organized and follows best practices to ensure scalability, maintainability, and performance.

Notifications You must be signed in to change notification settings

shubham-senani/HORIZON_Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HORIZON Technical Festival Website

This is the website of the HORIZON TechFest of IIIT Vadodara - International Campus Diu

How to run

  1. Go to the root of the Backend folder.

  2. Run the following command to install packages.

    npm install
  3. Run the following command to start the application.

    node app.js 
        or
    nodemon app.js
        or 
    npm start
  4. Frontend

  • Open a terminal in the root of the Frontend folder.
  • Run npm install.
  • Run npm start or yarn start to run react scripts ( Avoid Unusal Warnings )
  1. Open a browser and navigate to http://localhost:3000/.

About

Technical Festival Website of IIITV-ICD (2022-23). The repository contains the complete backend source code of the application, including the backend server and database schema. The code is well-organized and follows best practices to ensure scalability, maintainability, and performance.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published