Skip to content

parasytezz/Curvify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TL;DR

Works on Docker Compose only

Usage

git clone https://github.com/Orbital-Curvify/Curvify.git && cd Curvify

# Setup
docker-compose run frontend yarn
docker-compose run backend bin/rails db:create db:migrate

# Start
docker-compose up -d

# Open yaichi reverse proxy
open http://localhost:80 # You'll see yaichi page, then click any app

# Open frontend
open http://frontend.localhost

# Check backend API
curl -H 'Host: backend.localhost' http://localhost/greetings/hello

Motivation

Move yourself up the bell curve in different aspects

Features

User Authentication Filters

Tech Stack

React + Rails + PostgreSQL + Docker Compose + BootStrap + MUI + NGINX

References

https://create-react-app.dev/ https://github.com/ohbarye/rails-react-typescript-docker-example.git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 68.1%
  • JavaScript 26.4%
  • TypeScript 2.6%
  • Ruby 2.4%
  • HTML 0.5%
  • Dockerfile 0.0%