I created this side project as a solution to a Free Code Camp project suggestion. I used Angular 2 (written in TypeScript) as a front-end, Node.js (with ExpressJS as a framework) as a back-end and MongoDB as a database. Users can log in using Twitter OAuth authorization.
git clone https://github.com/AryanJ-NYC/voting-app.git
cd voting-app
npm install
npm install nodemon -g
touch .env
- In
.env
, instantiateMONGODB_URI
andPASSPORT_SECRET
as directed (please contact me privately for more information) npm run dev
- Visit
localhost:8080
in browser