ICS-ASTRA is a web application for managing and viewing alumni profiles for the Institute of Computer Science.
Before you begin, make sure you have:
- Node.js installed on your computer — Download Node.js
- pnpm installed — Install pnpm
Download and install Node.js from the official website:
👉 https://nodejs.org/
After installation, verify:
node -v
npm -vFollow the instructions here:
👉 https://pnpm.io/installation
-
Install dependencies
pnpm i
-
Start the backend server
pnpm api-watch
-
Start the frontend client
pnpm dev
-
Open the app in your browser
http://localhost:3000
To check for code convention errors using ESLint:
pnpm eslint ./app
pnpm eslint ./apiThe .env file contains sensitive configuration and is only accessible to project collaborators.
Made with ❤️ by the ICS-ASTRA team.