Skip to content

MayurBagwe/promern_3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps to Setup the project

  1. Clone the project and open it in VS Code (Prerequisite - MongoDB Shell must be installed)
  2. Open the terminal and run following commands ---> cd ui ---> npm install ---> npm run watch
  3. Open another terminal and run ---> cd ui ---> npm start
  4. Open another terminal and navigate to --> cd api ---> npm install --> npm start
  5. Open another terminal and run mongo mongodb+srv://MayurMongo:Mayurcs%[email protected]/inventoryManagement
  6. Mongo server will be started and run below commands to view records in the database
    • use inventoryManagement
    • db.products.find().pretty()
  7. Open the browser and navigate to Inventory Management - Application Home Page and insert a record.
  8. GraphQL server Inventory Management - GraphQL Server

About

chapter 5 MERN App (GraphQL integration)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published