Skip to content
/ ecoleta Public

ECOLETA - A fullstack project using TypeScript, Node, React and React-native with expo.

Notifications You must be signed in to change notification settings

vine-d/ecoleta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ECOLETA

A project that aims to help people find recycling drop off locations efficiently.

A marketplace for waste collection points localization =)

Techs

Backend

Typescript Typescript

Node.js

Frontend

React

Mobile

React-native

Expo


Runnig the application in dev mode

  1. Start the backend /server:
    cd server
    yarn install
    yarn knex:migrate
    yarn knex:seed
    yarn dev
    
  2. Frontend WEB - /web:
    cd web
    yarn install
    yarn start
    
  3. Mobile - Run expo /mobile:
    cd mobile
    yarn install
    yarn start
    

Next steps:

  • Containerize fullstack development enviroment with docker-compose
  • Deploy backend (/server) to Heroku
  • Depoly frontend (/web) to Netlify

About

ECOLETA - A fullstack project using TypeScript, Node, React and React-native with expo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published