Skip to content

maddyrombes/Iterator

 
 

Repository files navigation

Iterator: A Coding Blog

A coding ideas and solutions platform

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.

TECHNOLOGIES USED

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

ERD

Iterator ERD

Iterator Timeline

WIREFRAMES

wireframe1

wireframe2

wireframe3

wireframe4

USER STORIES

User Stories

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.9%
  • CSS 22.8%
  • HTML 3.3%