This repository contains source code for a web app to track and manage college applications developed and submitted to MongoDB Hackathon 2022 organized by MongoDB and DEV
root/
app-client/ : Frontend application built using Angular
app-server/ : Backend API built using Express.js and Node.js
.gitignore
LICENSE
README.md
/** frontend */
cd app-client
npm install
ng serve
/** api's */
cd app-server
npm install
npm run start:dev
Note - You would need .env to run the backend. Please create an Issue to request the .env and include your email in the comments. Thank you!