Skip to content

TheHimanshuDixit/aisu_mail

Repository files navigation

aisu NGO

A full working portal for AISU with backend.

Demo Link

https://thehimanshudixit.github.io/aisu_mail_updated/

Tech Stack

Frontend: Html, CSS, Js

Backend: Node, Express, Php

Database: MySQL

Screenshot

Screenshot 2023-07-12 215002

Run Locally

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