Skip to content

krutikavk/Yelp-Prototype-3-GraphQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

273-Lab3

How to start frontend and backend:

  1. Frontend (port 3000)
    cd 273-Lab3/frontend
    npm install
    npm start
    Visit localhost:3000/login for React frontend

  2. Backend(3001)
    cd 273-Lab3/backend
    npm install
    nodemon start
    Access graphiql on browser: localhost:3001/graphql

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages