Skip to content

gbzhang6/back_end_food

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

  1. Run 'bundle' for the gemfile

  2. Create a file called .env and it should look something like this:

JWT_SECRET=asdfasdfjhadjklfhdaks;lfjdjklafhkds

  1. Run 'rake db:create db:migrate db:seed' to get the seed data

Or if you want to recreate the databases for this project:

rake db:drop db:create db:migrate db:seed

  1. Run 'rails s' to start the application

Or to run on a different port:

rails s -p 5000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published