shailesh-nyk / Lab3-GraphQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lab3-GraphQL

Running FrontEnd

Navigate to root/FrontEnd

npm install

Downloads all dependencies from package.json

npm start

Runs the app 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.

Running BackEnd

Navigate to root/BackEnd

npm install

Downloads all dependencies from package.json

npm start

Starts the server at http://localhost:8000 by default. Change port number in app.js to run on a different port.

The server will reload if you make edits.

About


Languages

Language:JavaScript 94.1%Language:CSS 4.8%Language:HTML 1.1%