Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```