An IMPROVED SGC actions and opinions tracker! Submit your opinions to actions discussed during SGC Now with login functionality!
This project is hosted on Heroku: http://lost-and-fac.herokuapp.com/
- git clone and cd into this repo
- in the terminal run
npm i
to install all dependencies - run
npm start
and view on localhost:7007 in your browser - You can run
npm run go
to run with nodemon
Currently, we haven't fully set up the login process so go to localhost:7007/public/login.html to access the login page. A dummy user has been set up to test the login functionality: Username- jk Password - aDuMmy
- login + sign up page
- use cookie to verify log in status
- assign users to opinions
- have username visible on each page
- write at least one more test
- login/sign-up page animation
- session ID cookies
- sign up with Github
- admin privileges for FAC16
- add action points
- remove opinions
- use promises
- sign up functionality
- brainstormed ideas
- separated goals and stretch goals
- wrote out user journey and tasks list
- deploy on Heroku
- add new function for hashing, validating
- add new routes, handlers and queries for login
- very little time
- struggled to understand callbacks
- losing energy and focus (week 7 slump?)
- html
- css
- javascript
- node.js
- heroku
- postgresql