Skip to content

stdihdev/PKE-TEST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wardrobe

A simple app built with Node.js, GraphQL, and React.

Getting started

  1. Clone the repo locally:
git clone https://github.com/stevendinhdev/PKE-TEST.git
  1. Run migration
make migration # docker-compose run migration
  1. Run the docker containers with docker-compose:
make start # docker-compose up -d db graphql nextjs
  1. Open http://localhost:3000 to view the app.

You can also view the GraphQL playground at http://localhost:5000/graphql. To stop the app run:

docker-compose down

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published