Skip to content

nicolasiensen/react-twitter-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1b63b97 · Feb 18, 2018

History

25 Commits
Jan 20, 2018
Sep 11, 2016
Nov 12, 2017
Feb 18, 2018
Sep 11, 2016
Sep 11, 2016
Sep 11, 2016
Jan 20, 2018
Sep 11, 2016
Sep 11, 2016
Nov 12, 2017
Nov 12, 2017
Nov 12, 2017
Nov 12, 2017
Sep 11, 2016
Sep 11, 2016
Nov 12, 2017

Repository files navigation

README

We recommend using Docker to run this project, once you have it installed you can go through the following steps:

# Build Docker image to run the project
docker-compose build

# Create the database in the Docker image
docker-compose run web rake db:create

# Create database tables
docker-compose run web rake db:migrate

# Start the Rails application
docker-compose up

Now the Rails application should be available at localhost:3001

In order to run the automated test suite, you can type:

docker-compose run web rails test

About

Rails 5 API to serve react-twitter-client application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published