zhuhanming / hit-your-targets-api

API for Hit Your Targets

Home Page:https://api2.hityourtargets.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hit Your Targets

A todo list for the meticulous

Hit Your Targets API

Prerequisites

The setups steps expect following tools installed on the system.

1. Check out the repository

git clone git@github.com:zhuhanming/hit-your-targets-api.git

2. Ensure that you have Postgres running

Install Postgres as required

3. Create and setup the database

Run the following commands to create and setup the database.

bundle exec rake db:create
bundle exec rake db:setup

4. Start the Rails server

You can start the rails server using the command given below.

bundle exec rails s

And now you can visit the site with the URL http://localhost:3000

About

API for Hit Your Targets

https://api2.hityourtargets.xyz

License:MIT License


Languages

Language:Ruby 99.6%Language:HTML 0.4%