Skip to content

AryanJ-NYC/voting-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vote On It

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.

Installation

  1. git clone https://github.com/AryanJ-NYC/voting-app.git
  2. cd voting-app
  3. npm install
  4. npm install nodemon -g
  5. touch .env
  6. In .env, instantiate MONGODB_URI and PASSPORT_SECRET as directed (please contact me privately for more information)
  7. npm run dev
  8. Visit localhost:8080 in browser

About

A voting app created with Angular 2, Node.js and MongoDB. It utilizes the Twitter OAuth API for authorization.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published