gitSocial is a project done by students learning web development (6 weeks coding bootcamp/GSG).
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 thepostgress
user. - run
npm start
- 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.
- JavaScript/node-Js.
- SQL for Database.
- Get-something-started approach to building the product.
- Using continual testing and revision.
- Setting up Heroku continuous deployment.
- Travis test builds.
- Codeclimate code review.
- Test coverage percentage.
sketches made with Balsamiq mockups.