Skip to content

A basic setup to start containerized web applications with Rails 7 API, React.JS (TypeScript and Vite) and Docker.

Notifications You must be signed in to change notification settings

LuisMSAmorim/rails-react-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Techs

  • Docker;
  • Docker Compose;
  • Ruby on Rails 7;
  • React.JS (with TypeScript and Vite);
  • PostGreSQL;

Getting Started

  • Clone this repo;
  • Build the containers: sudo docker-compose build
  • Run the containers: sudo docker-compose up
  • Open backend container bash: sudo docker exec -it basiconfig_backend_1 /bin/bash
  • Create the database: rails db:create
  • Open "localhost:5000" and "localhost:5001"

About

A basic setup to start containerized web applications with Rails 7 API, React.JS (TypeScript and Vite) and Docker.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published