Skip to content

♻ Plataforma de coleta de resíduos sólidos desenvolvido durante a Next Level Week 01

License

Notifications You must be signed in to change notification settings

luizcasula/ecoleta-nlw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub top language GitHub language count Repository size GitHub last commit GitHub

Tecnologias   |    Como Usar   |    Licença




🚀 Tecnologias

🔨 Como usar

# Clone o repositório
$ git clone https://github.com/luizcasula/ecoleta-nlw

💻 Front-end

# Navegue até a pasta web
$ cd web

#Instale as dependencias
$ yarn install

# Inicialize a página
$ npm start

⚙️ Back-end

# Navegue até a pasta server
$ cd server

#Instale as dependencias
$ yarn install

# Inicialize o banco de dados
$ npx knex migrate:latest —knexfile knexfile.ts migrate:latest

# Inicialize o servidor
$ yarn dev

📱 Mobile

# Navegue até a pasta mobile
$ cd mobile

#Instale as dependencias
$ yarn install

# Inicialize o aplicativo
$ expo start

🤝 Como contribuir

📃 Licença

Esse projeto está sobre a lincença MIT. Veja o arquivo LICENSE para mais informações.


Feito por Luiz Casula