Skip to content

stephane-monnot/penpals-backend

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
bin
 
 
 
 
db
 
 
 
 
log
 
 
 
 
 
 
tmp
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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