Skip to content

Agilefreaks/FreaksCatalog-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

bundle exec rubocop
bundle exec rspec

Testing

Continuously run tests & linting using:

bundle exec guard

#Database

docker run -p 5432:5432 --name freaks-pgsql -e POSTGRES_USER=freak -e POSTGRES_PASSWORD=password -e POSTGRES_DB=freakscatalog -d postgres:13.1-alpine
  • The correct password must be entered in the password field
  • This order only needs to be placed once

Otherwise it is enough to place the next order

docker start freaks-pgsql

Setup Docker

Step 1. Create development variables file

$ cp .env.example .env

Step 2. Build & Run the image using docker-compose

$ docker-compose up

Now you should be able to do requests on port http://localhost:3000

About

The API of FreaksCatalog app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published