gKushagra / hack-mongodb

MongoDB Hackathon 2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MongoDB Hackathon 2022

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

Project Structure

root/
 app-client/ : Frontend application built using Angular 
 app-server/ : Backend API built using Express.js and Node.js
 .gitignore
 LICENSE
 README.md

Build and Run Locally

/** 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!

About

MongoDB Hackathon 2022

License:Apache License 2.0


Languages

Language:TypeScript 47.3%Language:HTML 25.9%Language:JavaScript 22.6%Language:CSS 4.2%