Skip to content

azbyay/ruby-track

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

after cloning the repo, run:

for the frontend:

cd frontend
npm install
npm run dev

the frontend should be accessible via: http://localhost:3000

for the backend:

cd backend
bundle install --gemfile
$env:EDITOR = "code --wait"
rails credentials:edit
rails server -p 3001

the backend should be accessible via: http://localhost:3001

after making any working changes to the backend, run:

cd backend
fly deploy

the real ones know where the backend api calls are made, so i won't say

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 61.9%
  • Ruby 27.1%
  • Python 3.2%
  • Batchfile 2.9%
  • CSS 1.5%
  • HTML 1.2%
  • Other 2.2%