Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/viniciusfer01/paleva

An app for takeaway restaurants, where the owner can control what dishes/beverages are ordered
https://github.com/viniciusfer01/paleva

Last synced: about 1 month ago
JSON representation

An app for takeaway restaurants, where the owner can control what dishes/beverages are ordered

Awesome Lists containing this project

README

        

# README

# 🇺🇸 English

## How to run the project
Clone the repository, then:
```
cd /path/to/project
bundle install
rails db:create
rails db:migrate
rails db:seed
rails server
```

## How to run the tests
```
cd /path/to/project
bundle exec rspec
```

## Default user and employee
- User: Login-> `[email protected]` / Password -> `passwordpass`
- Employee: Login-> `[email protected]` / Password -> `passwordpass`

* Ruby version: 3.2.3

* Rails version: 7.2.1

🇧🇷 Português

## Como rodar o projeto
Clone o repositório, então:
```
cd /caminho/para/o/projeto
bundle install
rails db:create
rails db:migrate
rails db:seed
rails server
```

## Como rodar os testes
```
cd /caminho/para/o/projeto
bundle exec rspec
```

## Usuário e funcionário padrão
- Usuário: Login-> `[email protected]` / Senha -> `passwordpass`
- Funcionário: Login-> `[email protected]` / Senha -> `passwordpass`

* Versão do Ruby: 3.2.3

* Versão do Rails: 7.2.1