Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/viniciusfer01/paleva
- Owner: viniciusfer01
- Created: 2024-10-22T15:30:11.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T03:02:29.000Z (2 months ago)
- Last Synced: 2024-10-24T16:21:57.810Z (2 months ago)
- Language: Ruby
- Homepage:
- Size: 72.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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