Skip to content

🌵 Application developed during Next Level Week #1 🌵

Notifications You must be signed in to change notification settings

JohnEricJahn/Ecoleta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💻 Project

Ecoleta is a project developed based on international environment week. That aims to connect people to companies that collect specific waste such as light bulbs, batteries, etc.

🚀 Technologies

This project was developed with the following technologies:

Website (React + TypeScript)

Server (NodeJS + TypeScript)

Utilitários

🔖 Layout

Ecoleta

ℹ️ How To Use

To clone and run this application, you'll need Git, [Node.js][nodejs] installed on your computer.

From your command line:

Install API

# Clone this repository
$ git clone https://github.com/JohnEricJahn/Ecoleta

# Go into the repository
$ cd Ecoleta-master/api-node

# Install dependencies
$ npm install

# Run Migrates
$ npm run knex:migrate

# Run Seeds
$ npm run knex:seed

# Start server
$ npm run dev

# running on port 3333

Install Front-end

# Clone this repository
$ git clone https://github.com/JohnEricJahn/Ecoleta

# Go into the repository
$ cd Ecoleta-master/react-app

# Install dependencies
$ npm install

# Run
$ npm start

# running on port 3000

Install Mobile

# Clone this repository
$ git clone https://github.com/JohnEricJahn/Ecoleta

# Go into the repository
$ cd Ecoleta-master/mobile

# Install dependencies
$ npm install

# Run
$ npm 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

📃 License

This repository is licensed by MIT LICENSE.

About

🌵 Application developed during Next Level Week #1 🌵

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published