Skip to content

Latest commit

 

History

History
60 lines (37 loc) · 2.15 KB

File metadata and controls

60 lines (37 loc) · 2.15 KB

Build Status Code  Climate Test Coverage Issue Count

Welcome to the gitSocial Web app guide!

gitSocial is a project done by students learning web development (6 weeks coding bootcamp/GSG).


How to run it?

Just open the gitinSocial link above and everything should work fine.

  • Heroku database is used to make the webapp's database available for the app online.

If you want to run it locally on your computer.

  • git clone the file.
  • Install npm npm i
  • uncomment the code to run everything locally in the conn.js file and change the password for the postgress user.
  • run npm start

Key functionality

  • Register new users to gitSocial webapp.
  • Sign in existing users.
  • Display profile page with the info of each user.
  • Ability to add/delete wall posts on profile page.

Programming languages/environments.

  • JavaScript/node-Js.
  • SQL for Database.

Extreme Programing approach.

  • Get-something-started approach to building the product.
  • Using continual testing and revision.

Continuous Integration Technology.

  • Setting up Heroku continuous deployment.
  • Travis test builds.
  • Codeclimate code review.
  • Test coverage percentage.

Concept illustration

sketches made with Balsamiq mockups.

alt text

alt text

alt text

alt text

alt text