Iterator is an application for developers - professional and student - and anybody interested in the wide wide world of programming to share ideas and solutions in order to tackle the most difficult challenges faced by today’s developers. The two primary tables in the iterator_db will hold Users and Articles, which will allow all users create/update/delete both their profiles and posted articles. This allows for a clean and clear issues/resolution/ideas management solutions platform.
FRONT END:
- React
- JavaScript
- Surge
BACK END:
- Express
- Sequelize
- PostgreSQL
- Heroku
TECHNOLOGIES USED:
- axios
- bcrypt
- body-parser
- cors
- jsonwebtoken
- morgan
- pg
- react-router-dom
- react-sticky-footer
##INSTALLATION INSTRUCTIONS
- Git clone
- npm install
- createdb iterator_db
- node scripts/resetDb.js
- node scripts/seedDb.js
- npm start
- cd Client
- npm install
- npm start