Skip to content

realvint/tinysale

Repository files navigation

Tinysale clone

Software versions:

  • Ruby 3.2.2
  • Rails 7.0.7
  • PostgreSQL 14.6
  • Redis
  • Node JS 16
  • Yarn 1.22

Start project

  1. Set up local environment (Ruby, etc.)
  2. Download or clone a repository
  3. Run bundler and yarn to install required gems and dependencies
$ bundle install
$ yarn
  1. Create .env file by example .env.example
$ cp .env.example .env

If necessary, you can run PostgreSQL and Redis locally using Docker

Make sure you are using Docker Compose V2

% docker compose version
Docker Compose version v2.3.3

docker-compose.yml configured to run PostgreSQL and Redis

$ docker compose up -d
  1. Create and set up a database for the project
$ rails db:prepare
  1. Start project
$ bin/dev

The project is available at the link http://localhost:3000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published