Skip to content

gKushagra/hack-mongodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Contributors