Skip to content

samuelashraff/rest-to-graphql-migration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rest-to-graphql-migration

An app trying to be useful, but being useful is beside the point here.

Local development with docker compose

  1. Navigate to root
  2. Run the following
npm run dev

This will spin up both the frontend (port 5173) and the backend (port 4000).

If you want to see application logs, open another terminal and run:

npm run logs

To stop the container stack run

docker compose down

Local development without docker compose

Frontend

  1. Navigate to packages/frontend
  2. Run the following
npm run dev

Backend

  1. Navigate to packages/backend
  2. Run the following
npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •