This is a web application for the adminstrators and managers of the Social Media platform, Alumania.
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/team-kotl/alumania-admin.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:5174/