Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/franciscoossian/nlw-01
♻️ Ecoleta - project built during the NLW-01. A marketplace of recyclable collection points.
https://github.com/franciscoossian/nlw-01
Last synced: 11 days ago
JSON representation
♻️ Ecoleta - project built during the NLW-01. A marketplace of recyclable collection points.
- Host: GitHub
- URL: https://github.com/franciscoossian/nlw-01
- Owner: FranciscoOssian
- Created: 2020-06-06T16:52:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T03:00:30.000Z (almost 2 years ago)
- Last Synced: 2024-10-13T02:47:18.613Z (26 days ago)
- Language: TypeScript
- Homepage:
- Size: 1.17 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ♻️ECOLETA
## 💻Result of Code
This projet was created during Next Level Week, organized by RocketSeat. With some modifications proposed by teacher/presenter
## 🚀Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
### ⬇ Installing
#### 💻Clone this project to your local machine
```
$ git clone *this repo link*
```### ⚙️Configuring
#### 📁Open the file server/src/config/ip.config.ts
And set the local ip with the same IP in expo start in LAN mode#### 📁Open the server folder:
##### 📊Create a DataBase
```
$ npm run knex:migrate
$ npm run knex:seed
```
##### 🏃♂️Runing the backend
```
$ npm run dev
```#### 📁Open the web folder
##### 🏃♂️Running front-end
```
$ npm start
```
#### 📁Open the mobile folder
##### 🏃♂️Running expo project
```
$ npm start
```## Built With
* [React Native](https://reactnative.dev/) [React JS](https://reactjs.org/) for front-end