Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukenoutte/happy-nlw-3
📕 Next level week #3
https://github.com/lukenoutte/happy-nlw-3
express nlw reactjs sqlite typescript
Last synced: 7 days ago
JSON representation
📕 Next level week #3
- Host: GitHub
- URL: https://github.com/lukenoutte/happy-nlw-3
- Owner: Lukenoutte
- Created: 2020-10-13T04:26:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-23T00:30:48.000Z (over 4 years ago)
- Last Synced: 2024-12-22T13:14:40.890Z (2 months ago)
- Topics: express, nlw, reactjs, sqlite, typescript
- Language: TypeScript
- Homepage:
- Size: 23.8 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Este projeto foi desenvolvido no Next Level Week - NLW3 da [Rocketseat](https://rocketseat.com.br/).
## 🎯 Sobre
Uma plataforma para facilitar a descoberta de orfanatos.
## 🚀 Tecnologias
- React js
- Node js
- Typescipt## ✅ Requisitos
Antes de iniciar, você precisa ter [Git](https://git-scm.com) e [Node](https://nodejs.org/en/) instalados.
## 🔌 Iniciando o projeto
```bash
$ git clone https://github.com/Lukenoutte/happy-nlw-3.git
```
### Frontend```bash
$ cd web
$ yarn install
$ yarn start
# The server will initialize in the
```### Backend
```bash
$ cd backend
$ yarn install
$ yarn dev
# The server will initialize in the
```