tahsinature / vue-store

A fully featured marketplace where you can sell your used stuffs in a convenient way.

Home Page:https://vue-store.tahsin.us

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to run with Docker

Prerequisite

  • docker >= 20.10.12, build e91ed57
  • docker-compose >= 1.29.2, build 5becea4c
docker-compose up

After running the app, it will log the activities to the console, such as api calls, scheduler jobs, etc.


How to run without Docker

❯ node --version
v11.6.0

Or, if you have nvm just execute nvm use while in the project root. Then goto client & server directory and run the following commands.

npm i && npm start

After running the app, it will log the activities to the console, such as api calls, scheduler jobs, etc.


How to test

  • Need to add

About

A fully featured marketplace where you can sell your used stuffs in a convenient way.

https://vue-store.tahsin.us

License:MIT License


Languages

Language:Vue 69.4%Language:JavaScript 27.9%Language:SCSS 1.5%Language:Dockerfile 0.7%Language:HTML 0.4%Language:Shell 0.1%