LockDzn / next-level-week-01

Projeto construído durante o Next Level Week #1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NextLevelWeek

🚀 Next Level Week #1

Tecnologias   |    Projeto   |    Como contribuir   |    Licença


cape

start home details


🚀 Tecnologias

Esse projeto foi desenvolvido com as seguintes tecnologias:

💻 Projeto

Ecoleta é um projeto desenvolvido com base na semana internacional do meio ambiente. O objetivo é conectar pessoas a empresas que coletam resíduos específicos, como lâmpadas, baterias, óleo de cozinha etc.

Instalar API

# Clone this repository
$ git clone https://github.com/LockDzn/next-level-week-01

# Go into the repository
$ cd next-level-week-01/backend

# Install dependencies
$ yarn install

# Run Migrates
$ yarn knex:migrate

# Run Seeds
$ yarn knex:seed

# Start server
$ yarn dev

# running on port 3333

Instalar Front-end

# Clone this repository
$ git clone https://github.com/LockDzn/next-level-week-01

# Go into the repository
$ cd next-level-week-01/frontent

# Install dependencies
$ yarn install

# Run
$ yarn start

# running on port 3000

Instalar mobile

# Clone this repository
$ git clone https://github.com/LockDzn/next-level-week-01

# Go into the repository
$ cd next-level-week-01/mobile

# Install dependencies
$ yarn install

# Run
$ yarn start

# Expo will open, just scan the qrcode on terminal or expo page

# If some problem with fonts, execute:
$ expo install expo-font @expo-google-fonts/ubuntu @expo-google-fonts/roboto

🤔 Como contribuir

  • Make a fork;
  • Create a branck with your feature: git checkout -b my-feature;
  • Commit changes: git commit -m 'feat: My new feature';
  • Make a push to your branch: git push origin my-feature.

Depois que o merge da sua pull request for feito, você pode deletar a sua branch.

📝 Licença

Esse projeto está sob a licença MIT. Veja o arquivo LICENSE para mais detalhes.


Feito com ♥ by Ryan Souza (LockDzn) & Rocketseat 👋 Entre na nossa comunidade!

About

Projeto construído durante o Next Level Week #1


Languages

Language:TypeScript 84.3%Language:CSS 13.8%Language:HTML 1.7%Language:JavaScript 0.2%