Skip to content

ivanwolf/simplefoods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Development

You will need to have docker installed in your machine. First build the images:

docker-compose build

Then setup the database

docker-compose run app bin/setup

Finally start the development server

docker-compose up app

Debugging

If you need to use byebug run the server in deamon mode and the attach to the container running the app

docker-compose up -d app && docker attach simplefoods_app_1

About

Manage your orders, 3-day hackathon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published