An open API service indexing awesome lists of open source software.

https://github.com/plugarut/spectre-client


https://github.com/plugarut/spectre-client

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

Spectre Client
================

## Setup

1. Install PostgreSQL
2. Create a user with superuser role
3. `createdb spectre-client_development`
4. Clone the repo
5. `cd spectre-client`
6. `bundle install`
7. Rename `dotenv` file to `.env` and set up enviroment variables
8. `rails server`

This application requires:

- Ruby 2.5.0
- Rails 5.1.5

Learn more about [Installing Rails](http://railsapps.github.io/installing-rails.html).