This is the backend server for a web application for tracking the placement activities of the students of Amrita School of Computing, Coimbatore.
Type | Technologies | Link |
---|---|---|
Frontend | NextJS , ReactJS , NodeJS , TailwindCSS |
GitHub |
Backend | NodeJS , ExpressJS , MySQL |
GitHub |
-
Install NPM packages
npm install
-
Create a
.env
file in the root directory of the project, and add the following environment variables:DB_HOST=<your-database-host> DB_USER=<your-database-user> DB_PASSWORD=<your-database-password> DB_NAME=<your-database-name>
-
Run the App in Development Mode
npm start
Ashwin Narayanan S
Abhinav R