https://github.com/ewertoncodes/login
https://github.com/ewertoncodes/login
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ewertoncodes/login
- Owner: ewertoncodes
- Created: 2024-07-22T17:51:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-25T10:19:30.000Z (over 1 year ago)
- Last Synced: 2025-01-23T20:32:29.212Z (over 1 year ago)
- Language: Ruby
- Size: 116 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple login system
Este é um projeto simples de autenticação.
## Requisitos
- Ruby 3.3.3
- Rails 7.2.0.beta2
- PostgreSQL
- Node.js
- Yarn
## Configuração do Projeto
### Passos para configurar o ambiente de desenvolvimento
1. Clone o repositório:
```sh
git clone https://github.com/ewertoncodes/login.git
cd login
```
2. Instale as dependências do Ruby:
```sh
bundle install
```
3. Instale as dependências do Node.js:
```sh
yarn install
```
4. Crie, migre e popule o banco de dados:
```sh
rails db:setup
```
5. Execute o servidor:
```sh
bin/dev
```
## Uso
Depois de configurar o ambiente de desenvolvimento, você pode acessar a aplicação no seu navegador em `http://localhost:3000`.