Skip to content

marektihkan/mysterious

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Install required gems by bundle install

Copy migrations configuration file cp db/config.yml.sample db/config.yml

Create database by hand or using migrations (it requires full privileges to create databases)

Run migrations rake db:migrate DATABASE_ENV=development

Copy application configuration file cp config/environments/development.rb.sample config/environments/development.rb

Run application puma -p 3000

Usage

See config/routes.rb file to see all available API endpoints

You can use curl to make request to those endpoints. Just add -H "Authorization: Base64(username:password)" with your own credentials.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages