Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

120 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thinknetica QNA Project

Software versions:

  • Ruby 3.3.7
  • Rails 6.1.7 (with webpacker 5)
  • PostgreSQL
  • 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

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

$ docker compose up -d
  1. Create and set up a database for the project
$ rails db:prepare
  1. Start project with foreman gem (project include webpacker)
$ bin/dev

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

About

Questions and Answers application

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages