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

https://github.com/cored/fleetman


https://github.com/cored/fleetman

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# README

## Stack

`rails 6`

`tailwindcss 1.0`

## Setup

### Install Postgres

#### Mac OSX

`$ brew install postgres`

`$ gem install lunch # This will allow you to start and stop PostgreSQL`

`$ mkdir -p ~/Library/LaunchAgents`

`$ cp /usr/local/Cellar/postgresql//homebrew.mxcl.postgresql.plist ~/Library/LaunchAgents/ # Notice the use of your installed version`

`$ lunchy start postgres`

### Initialize Database

`rake db:setup`

### Environment Variables

`cp .env.sample .env # Update your credentials with the expected values`

### Running Tests

`rspec`