https://github.com/ashrockzzz2003/placement_tracker_server
Server for a placement tracker app for CSE department, Amrita Vishwa Vidyapeetham, Coimbatore
https://github.com/ashrockzzz2003/placement_tracker_server
concurrency expressjs multithreading mysql nodejs pm2 rest-api server token-auth
Last synced: 6 months ago
JSON representation
Server for a placement tracker app for CSE department, Amrita Vishwa Vidyapeetham, Coimbatore
- Host: GitHub
- URL: https://github.com/ashrockzzz2003/placement_tracker_server
- Owner: Ashrockzzz2003
- License: mit
- Created: 2023-07-28T15:10:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-17T12:22:06.000Z (8 months ago)
- Last Synced: 2025-10-08T20:28:43.162Z (6 months ago)
- Topics: concurrency, expressjs, multithreading, mysql, nodejs, pm2, rest-api, server, token-auth
- Language: JavaScript
- Homepage:
- Size: 681 KB
- Stars: 4
- Watchers: 1
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Server for Amrita Placement Tracker

## About
This is the backend server for a web application for tracking the placement activities of the students of Amrita School of Computing, Coimbatore.
## Technologies Used
| Type | Technologies | Link |
| -------- | -------------------------------------------- | -------------------------------------------------------------------- |
| Frontend | `NextJS`, `ReactJS`, `NodeJS`, `TailwindCSS` | [GitHub](https://github.com/Ashrockzzz2003/placement_tracker_web) |
| Backend | `NodeJS`, `ExpressJS`, `MySQL` | [GitHub](https://github.com/Ashrockzzz2003/placement_tracker_server) |
## Getting Started
### Installation
1. Install NPM packages
```sh
npm install
```
2. Create a `.env` file in the root directory of the project, and add the following environment variables:
```env
DB_HOST=
DB_USER=
DB_PASSWORD=
DB_NAME=
```
3. Run the App in Development Mode
```sh
npm start
```
## Team
`Ashwin Narayanan S`
`Abhinav R`