Loading repository data…
Loading repository data…
mschneider86 / repository
♻️ Ecoleta - A fullstack Marketplace of organic and inorganic residue collect using TypeScript, Node, React e React Native.
Ecoleta It's a way to connect companies and organic and inorganic residue collect entities to the people that need to dispose of their residue in an environment friendly way.
This project was developed with the following technologies:
Extras:
Main Libs
Styles
Before you begin, you need to have installed the following tools:
# Clone this repository
$ git clone https://github.com/mschneider86/ecoleta
# Access the project folder on terminal/prompt
$ cd ecoleta
# Go to backend folder
$ cd backend
# Install the dependencies
$ npm install ou yarn add
# Execute the application on dev mode
$ npm run dev ou yarn dev
# The server will start on port:3333 - access it on http://localhost:3333
# Clone this repository
$ git clone https://github.com/mschneider86/ecoleta
# Access the project folder on terminal/prompt
$ cd ecoleta
# Go to frontend folder
$ cd frontend
# Install the dependencies
$ npm install ou yarn add
# Execute the application
$ npm start ou yarn start
# The app will start on port:3000 - access it on http://localhost:3000
# Clone this repository
$ git clone https://github.com/mschneider86/ecoleta
# Access the project folder on terminal/prompt
$ cd ecoleta
# Go to Mobile folder
$ cd mobile
# Install the dependencies
$ npm install ou yarn add
# Start the app
$ expo start
git commit -m 'feat: My new feature';