/beyondtech

Beyond technology app is an application where user can find hardware tech specification such as mobile phones, PC components, tablets and app will search for market where they can buy at best price using

Primary LanguageJavaScript

Beyond Tech Project

install

The tool is written in Node.js, but you can use it to run any commands.

To install backend dependencies run command below.

npm install

Install front-end dependencies by

cd btech/client && npm install

Environment

Please Edit .env file and add you MongoDB URI

npm run client

Runs the app client in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run server

Runs the app backend-end graphql in the development mode.
Open http://localhost:4000/playground to view graphql playground in the browser.

npm run server

Runs the app client and server in the development mode.\