This project is for Columbia Dev Fest 2018, a web application is based on the MEN (MongoDB, Express, NodeJS) stack with RESTful API design.
Additionally, the front end uses JQuery to manipulate DOM elements. The back end uses Passport JS for user authentication and authorization.
To use this app, run git clone https://github.com/Skycocoo/Dev-Fest-2018.git.
After cd Dev-Fest-2018, run npm install to install all the dependencies.
To run this application in a local environment, use node bin/www and navigate to localhost:3000 in a web browser.
To see the application in a hosted server, go to https://financedevs.herokuapp.com/.
Yuxi Luo, Yuhong Zhang, Chenghao Zheng, Yuanchen Lu