https://github.com/iagolaguna/meli-challenge
https://github.com/iagolaguna/meli-challenge
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iagolaguna/meli-challenge
- Owner: iagolaguna
- Created: 2021-06-12T18:44:44.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-17T15:08:57.000Z (almost 4 years ago)
- Last Synced: 2025-01-19T20:47:06.206Z (5 months ago)
- Language: TypeScript
- Size: 715 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mercado Livre Challange
## Setup Server
* Creat an `.env` file in the root folder(there is an .env.example to see the envoriment variables)
* `yarn` to install dependencies
* `yarn start` to run the project
* `yarn test` to run tests## Setup Client
* Creat an `.env` file in the root folder(there is an .env.example to see the envoriment variables)
* `yarn` to install dependencies
* `yarn start` to run the project
* `yarn test` to run tests