The project aims to enhance the existing college website to provide an intuitive, informative, and engaging online platform for students, faculty, staff, and visitors. The enhanced website will serve as a central hub for accessing important college information, resources, and services, fostering better communication and interaction within the college community.
Clone the project
git clone https://github.com/aaqifshafi/G-CETGo to the project directory
cd g-cet_websiteInstall dependencies
npm installStart the Front end server
npm run devAgain, Go to the project directory
cd backendInstall dependencies
npm installStart the server
npm run devTo run this project, add the following environment variables to your .env file inside /backend directory
STRIPE_SECRET_KEY
ACCESS_TOKEN_SECRET
MONGO_URL
CLIENT_URL
SERVER_URL
PORT
To run this project, you will need to add the following environment variables to your .env file inside /g-cet_website directory
NEXT_PUBLIC_API_HOST
NEXT_PUBLIC_OPENAI_API_KEY