coxato / mercadoabierto-backend

backend for "mercadolibre" clone called "mercadoabierto"

Home Page:https://mercadoabierto.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mercadoabierto logo

Live project

see the project here: mercadoabierto

mercadoabierto-backend

This is the backend for mercadolibre clone called by me as mercadoabierto, you can see the frontend repository here: https://github.com/carlosEdua/mercadoabierto

Installation

with yarn

yarn install

with npm

npm install

config.js

Open the file config.example.js (in the root directory) and rename it to config.js, just fill the right data like your MySQL configuration and secret string.

MySQL

There is a file db.sql in the root directory, It has no data, but it has the structure of tables. Just import it.

run

yarn dev or npm run dev

About

backend for "mercadolibre" clone called "mercadoabierto"

https://mercadoabierto.vercel.app

License:MIT License


Languages

Language:JavaScript 100.0%