A full working portal for AISU with backend.
https://thehimanshudixit.github.io/aisu_mail_updated/
Frontend: Html, CSS, Js
Backend: Node, Express, Php
Database: MySQL
Clone the project
git clone https://link-to-project
Go to the project directory
cd my-project
Install dependencies
npm install
Open the .env
add necessary details Port, DB(database url) and json secret key.
Start the server
npm run start