Alumania is a Social Media platform for Saint Louis University Baguio's alumnis and graduating students. It allows its users to be up to date with events and other university updates. This repository contains the source code for the Alumni Application.
You must have node installed.
- Check if installed properly
node -v # should print a version number npm -v # should print a version number
- Clone the repo
git clone https://github.com/yukiroow/alumania.git
- Install NPM packages for both modules
cd frontend npm install cd ../backend npm install
- Clone the repo
git clone https://github.com/team-kotl/alumania.git
- Install NPM packages for both modules
cd frontend npm install cd ../backend npm install
- Insert your .env file inside the
/backenddirectory (/backend/.env)
NOTE: The application's database is hosted in a cloud platform.
- Run the backend
cd backend && npm run dev- Run the frontend
cd ../frontend && npm run dev- Open the app: https://localhost:5173/