superspike7 / healthier

Health Tracker and Social App
https://healthier-me.herokuapp.com/
0 stars 0 forks source link

Healthier

An application for users who want to track, and share their health goals to people who aspire to be healthy, and people who want to be healthier than ever.

Admin User Stories

User Stories

Entity Relationship Diagram

Below is the ERD of the application:

ERD of the Application

Technologies

Getting started

To get started with the app, clone the repo and access the created directory:

$ git clone git@github.com:superspike7/healthier.git
$ cd healthier

Install the needed gems and node modules:

$ bundle
$ yarn

Next, create and setup the database (database migrations/schema):

$ bin/rails db:setup

Finally, run the test suite to verify that all features work correctly:

$ rspec

Run the app by starting the Rails dev server:

$ bin/dev

You can then visit the site with this URL: http://localhost:3000

Note

If error occurs, it is likely due to the lack of credentials, which you can request from the contributors of this application.

Admin Account

User Account