fabianoalmeida / next-level-week

Projeto construído durante o Next Level Week #01

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

It's an app for waste collection created during Next Level Week #1
Created with 💜 by Rocketseat

📹 Demonstration

Mobile

Ecoleta Mobile

Front-end

Ecoleta Front-end

🚀 Technologies

Back-end

Front-end

Mobile

▶️ Prerequisites

In order to use and test the app on your smartphone, you should've already setup the development environment installing Expo or a simulator cause you prefer.

ℹ️ How To Use

To clone and run this application, you'll need Git, Node.js v12.8 or higher, Expo v3.21 or higher installed on your computer. From your command line:

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

# Go into the repository
$ cd next-level-week

# Install back-end dependencies
$ cd server && npm install

# Creating database using knex
$ cd server && npm run knex:migrate

# Seeding database using knex
$ cd server && npm run knex:seed

# Install front-end dependencies
$ cd web && npm install

# Install mobile dependencies
$ cd mobile && npm install

# Run the back-end app
$ cd server && npm run dev

# Run the front-end app
$ cd web && npm start

# Run the mobile app
$ cd mobile && npm start

📝 License

This project is under the MIT license. See the LICENSE for more information.


Made with 💜 by Fabiano Almeida 👋 Get in touch!

About

Projeto construído durante o Next Level Week #01

License:MIT License


Languages

Language:TypeScript 82.0%Language:CSS 16.0%Language:HTML 1.7%Language:JavaScript 0.3%