https://github.com/hellyaxs/todo-list
https://github.com/hellyaxs/todo-list
docker docker-compose nextjs postgresql ruby-on-rails tailwindcss
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hellyaxs/todo-list
- Owner: hellyaxs
- Created: 2024-12-24T22:32:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-27T14:37:26.000Z (over 1 year ago)
- Last Synced: 2024-12-27T15:28:55.340Z (over 1 year ago)
- Topics: docker, docker-compose, nextjs, postgresql, ruby-on-rails, tailwindcss
- Language: Ruby
- Homepage: https://roaring-starburst-95caae.netlify.app/
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚀 Todo-list









> ☕ App para gerenciar tarefas feito em ruby on rails [link para demo](https://drive.google.com/file/d/1q5jYCM0sXvZ8k7ZMHQrXMLAC5ZJgBPVI/view?usp=drive_link)
#### ⚙️ Technical requirements
- **Ruby**: Versão 3.2 ou superior
- **Rails**: Versão 7.1 ou superior
- **postgres**: Versão 14 ou superior
- **Versão do Nodejs**: Versão 18 ou superior
## 💻 Pré-requisitos
Antes de começar, verifique se você atendeu aos seguintes requisitos:
- Você instalou a versão mais recente de `ruby/docker`
- Você tem uma máquina ``
- Você leu ``.
## 🌐 starting application commands
```bash
git clone https://github.com/hellyaxs/todo-list.git && cd todo-list
```
## starting application with docker-compose
```bash
docker-compose up
```
> não se esqueça e preencher as variaveis de ambiente
### initial settings back-end
1. inside diretory backend
```bash
cd back-end
```
2.install the dependencies
```bash
bundle install
```
3.rising application
```bash
rails db:migrate && rails server
```
### initial settings front-end
2.install the dependencies
```bash
npm install
```
3.build e start application
```bash
npm run build && npm run start
```
## 📫 Contribuindo
Para contribuir com o projeto, siga estas etapas:
1. Bifurque este repositório.
2. Crie um branch: `git checkout -b `.
3. Faça suas alterações e confirme-as: `git commit -m ''`
4. Envie para o branch original: `git push origin / `
5. Crie a solicitação de pull.
Como alternativa, consulte a documentação do GitHub em [como criar uma solicitação pull](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request).