A simple health api app.
Report Bug
·
Request Feature
A progressive Health Tracking mobile web app. User can utilize the apps' exposed api utility to view and keep track of their fitness levels.
Click here for api documentation.
The project was built using the following languages stacks:
Back-End(server)
Testing Frameworks
- shoulda_matchers
- RSpec
- Factories gem
To get a local copy up and running follow these simple example steps.
-
Ruby -v 2.7.1 -click here
-
Rails -v 5.2.4+
gem install rails -v 5.2.4
- Postgresql database click here
- Clone the repo
git clone https://github.com/Cyrus-Kiprop/rails-react-health-app.git
- CD into the project root directory
cd ./rails-react-health-app
- Install Dependencies and gems
bundle install
- Set the databases
rails db:create
- Create database schemas
rails db:migrate
- Seed the DB
rails db:seed
- Run rspec tests
bundle exec rspec
Password | Role | |
---|---|---|
[email protected] | password | Admin |
rails s
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/NewAwesomeFeature
) - Commit your Changes (
git commit -m 'Add some NewAmazingFeature'
) - Push to the Branch (
git push origin feature/NewAmazingFeature
) - Open a Pull Request
Cyrus Kiprop - [email protected]
Project Link: https://github.com/Cyrus-Kiprop/afriTrend
👤 Cyrus Kiprop
- Github: Cyrus-Kiprop
- Twitter: @kipropJS
- Linkedin: Cyrus Kiprop
Distributed under the MIT License. See LICENSE for more information.