Skip to content

Nimeavles/graphql-node-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resume Creator With Graphql API

How to run the proyect on your local machine?

For running the proyect, you have two alternatives, or you run the proyect with docker or install all the dependencies on your computer.

Docker:

docker-compose up -d --build

Locally:

You need to have installed mysql, nodejs and pnpm, then you can setup the proyect running the following commands:

pnpm install

For runnning the server:

cd server && pnpm dev

For runnning the client:

cd client && pnpm dev