Skip to content

zzq229/online-marketplace

Repository files navigation

Online marketplace

RESTAPIDocs

Tech Stack

The online marketplace uses Node.js(express) as backend, PostgreSQL as databse, Knex.js as connecter and query builder

Install and strat

Config file

Create a file called .env under config/ folder, the format is

DATABASE_HOST=
DATABASE_PORT=
DATABASE_USER=
DATABASE_PASSWORD=
DATABASE_NAME=

Database Initialize

Do

knex migrate:latest

to populate databases, then

knex seed:run

to run seed

Install

After clone, do

npm install

To start the application

npm start

Product related

Cart related

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published