Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 436 Bytes

File metadata and controls

16 lines (13 loc) · 436 Bytes

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"