Skip to content

stephane-monnot/penpals-backend

Repository files navigation

Pen pals API Backend

Build Status

API to manage messages between pen pals.

Installation

Requirements

This project is based on Docker container. To start using them, you have to make sure Docker Engine and Docker compose tool are installed.

Build the project

$ docker-compose build
$ docker-compose run web bundle
$ docker-compose run web rails db:create
$ docker-compose run web rails db:migrate

Start the server

$ docker-compose up

How to run the test suite

$ docker-compose run -e "RAILS_ENV=test" web rspec

About

API to manage messages between pen pals.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published