Skip to content

Cusicon/qshop.ng-fullstack-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qshop.ng Fullstack Test

A Qshop.ng online interview test

Installation

Open your terminal or CMD and get ready 💪🏾

Import Database

To import database follow this steps.

  • Make sure you have MongoDB installed, or if you don't install now
  • Install MongoDB Compass
  • And now to import database enter the following
cd server
npm run import-db

If that doesn't work, then you can do this

cd db
mongorestore -d testdb testdb

Starting the Server

To start the server, enter the commands below

cd server
npm install
npm run dev

Starting the Vue app

Kick up the Client app, by entering the command below

cd web
npm install
npm run serve

Enjoy 🎉🥳💪🏾

I'm pretty sure you'll love what I did.

Author

Success Chukwu

About

A Qshop.ng online interview test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published