Skip to content

ettore-bernardi/ordersApp

Repository files navigation

English

Getting started

First you will need to instal following things on your system

  1. Ruby: 2.7.3
  2. Rails: 6.0.4
  3. Postgresql
Ruby and rails installation guide
Postgresql installation guide

if you use Windows 10 follow this tutorial

Setup

In your terminal:

  1. Clone this Repo git@github.com:ettore-bernardi/ordersApp.git
  2. Go into the directory cd ordersApp
  3. Do the bundle istalation bundle install
  4. Do the yarn instalation yarn install
  5. Crete the Database rake db:create db:migrate db:seed
  6. Run the server rails server

In your browser

  1. Go to http://localhost:3000/ you can make log in with adm@site.com to have administrator access. or with clien@site.com to have normal access

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published