https://github.com/galembeck/ecoleta-backend
Backend application of "ecoleta (repository)".
https://github.com/galembeck/ecoleta-backend
Last synced: 7 months ago
JSON representation
Backend application of "ecoleta (repository)".
- Host: GitHub
- URL: https://github.com/galembeck/ecoleta-backend
- Owner: galembeck
- Created: 2020-08-06T12:14:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-06T12:19:27.000Z (about 5 years ago)
- Last Synced: 2025-02-01T12:22:57.176Z (8 months ago)
- Language: TypeScript
- Size: 41 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# (NLW): Ecoleta "Backend"
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Available Scripts
In the project directory, you can run:
### `yarn start`
Runs the app in the development mode.
### `yarn build`
# REPOSITORIES
💻 | "ecoleta" (backend) repository
💻 | "ecoleta" (mobile) repository
## 🚀 Tecnologias
Esse projeto foi desenvolvido com as seguintes tecnologias:
- [Node.js](https://nodejs.org/en/)
- [React](https://reactjs.org)
- [Knex](https://knexjs.org)## 💻 Projeto
O Ecoleta é um marketplace que ajuda pessoas a encontrarem pontos de coleta de resÃduos de forma eficiente.
## 🔖 Layout
Você pode visualizar o layout do projeto no formato através [desse link](https://www.figma.com/file/9TlOcj6l7D05fZhU12xWT3/Ecoleta-Booster?node-id=0%3A1). Lembrando que você irá precisar ter uma conta no [Figma](http://figma.com/).
# Para executar:
## Web (backend):
```
cd server
yarn install
yarn start
```