anjoseb121 / lunchify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prerequisites

The setups steps expect following tools installed on the system.

  • Git
  • Ruby 2.6.2
  • Rails 6.1.4
1. Check out the repository
git clone git@github.com:anjoseb121/lunchify.git
2. Install dependencies
bundle install
yarn install
3. Create and setup the database

Run the following commands to create and setup the database.

rails db:create
rails db:migrate
4. Execute seeds

Run the following commands to create sample data

rails db:seed
5. Start the Rails server

You can start the rails server using the command given below.

rails s

And now you can visit the site with the URL http://localhost:3000

You should be able to login with the tests users:

About


Languages

Language:Ruby 77.8%Language:Vue 8.2%Language:JavaScript 6.6%Language:HTML 6.4%Language:CSS 0.8%Language:SCSS 0.2%