Amalthea2021 is a Node.js-based website designed to provide information about events, webinars, sponsors, and more. This site was created for Amalthea, the annual technical summit of IIT Gandhinagar. This repository contains the source code and configuration files necessary to run the website locally.
- Node.js
- Express.js
- EJS (Embedded JavaScript Templates)
- TailwindCSS
- Node.js (>= 14.x)
- npm (Node Package Manager)
-
Clone the repository:
git clone https://github.com/yourusername/Amalthea2021.git cd Amalthea2021
-
Install dependencies:
npm install
-
Start the server:
npm start
Amalthea2021/
├── node_modules/
├── public/
│ ├── css/
│ ├── images/
│ ├── js/
│ └── video/
├── seeds/
│ ├── contact.js
│ ├── evntdata.js
│ ├── instacodes.js
│ ├── sponsors.js
│ └── webinars.js
├── views/
│ ├── layouts/
│ ├── partials/
│ ├── CAform.ejs
│ ├── CAhome.ejs
│ ├── evntRegis.ejs
│ ├── home.ejs
│ ├── liveevents.ejs
│ ├── sponsors.ejs
│ ├── team.ejs
│ ├── techexpo.ejs
│ └── Webinar.ejs
├── .env
├── .gitignore
├── app.js
├── package-lock.json
├── package.json
├── Procfile
└── README.md