https://github.com/vitorhonna/rocketseat-maratona-jobscalc
Maratona Rocketseat Discover Edição 02: JobsCalc
https://github.com/vitorhonna/rocketseat-maratona-jobscalc
css express html javascript jobscalc nodejs rocketseat rocketseat-maratona sqlite
Last synced: 3 months ago
JSON representation
Maratona Rocketseat Discover Edição 02: JobsCalc
- Host: GitHub
- URL: https://github.com/vitorhonna/rocketseat-maratona-jobscalc
- Owner: vitorhonna
- License: mit
- Created: 2021-11-30T22:31:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-05T01:19:39.000Z (over 3 years ago)
- Last Synced: 2025-01-14T18:04:20.362Z (4 months ago)
- Topics: css, express, html, javascript, jobscalc, nodejs, rocketseat, rocketseat-maratona, sqlite
- Language: EJS
- Homepage:
- Size: 1.24 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Maratona Rocketseat Discover #2: JobsCalc
![]()
App de uma calculadora para trabalhos freelance.
É possível cadastrar e excluir jobs (projetos) e obter uma estimativa de custo de cada job.
Servidor em NodeJS, EJS para template engine e SQLite como banco de dados.
## 🚀 Tecnologias
## ⚙️ Executar o projeto localmente
1. Clone este repositório
2. Abra um terminal e navegue até o diretório do repositório
3. Instale as dependências: `$ npm install`
4. Inicie o servidor local: `$ npm run dev`. A mensagem `Server is running on PORT 3000 🚀` será exibida no terminal.
5. Acesse [`localhost:3000`](http://localhost:3000) pelo navegador :)## 📚 Assets
- [Guias para as aulas](https://www.notion.so/JobsCalc-c0bac50ac6344855b8a8c588eb26140e)
- [Layout Figma](https://www.figma.com/file/s4fytPFbDiSkv4GPSfKaLE/Jobs-Planning-%2301)
- [Repositório de Referência](https://github.com/rocketseat-education/maratona-discover-02)## 🕓 Carga Horária
- ✔️ Aula 1 (4h02)
- ✔️ Aula 2 (4h33)
- ✔️ Aula 3 (3h39)
- ✔️ Aula 4 (4h27)
- ✔️ Aula 5 (1h28)## 🛰️ Roadmap
## 📑 Licença
MIT. [Clique aqui](LICENSE) para mais detalhes.