Skip to content

tskupinski/bikeramp-api

Repository files navigation

Bikeramp - simple bike trip tracker for couriers with weekly and monthly statistics

Technology

Name Version
Ruby 2.6.4
Ruby on Rails 6.0.0

Links

Setup

Clone the repository

$ git clone https://github.com/tskupinski/bikeramp-api.git

Install gems

$ bundle install

Create your local database:

$ rails db:create

Migrate your database::

$ rails db:migrate

Seed database with examples:

$ rails db:seed

Run the application

$ rails server

Your app should now be running on localhost:3000. Please keep in mind that this is only API there are no views implemented.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors