An REST API developed with Nodejs that allows the purchase and sale of new and used products.
⚙️ Deploying: https://esale-api.onrender.com
This application aims to help people find the same product at different prices, whether new or old, and there may be an exchange between the customer and the seller.
Application advantages:
- Find the same product at different prices.
- You can exchange one product for another.
- You can advertise a product for sale or exchange.
Remembering that this application is just a personal project.
This section should list any major frameworks/libraries used in this project. Here are a few examples.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
To get a local copy up and running follow these simple example steps.
1.Clone the repo
git clone https://github.com/fbsoares-lu/esale-api
2.Install dependencies
npm install
3.Run migrations
npm run migration:run
4.Run app
npm run dev