- Install dependencies:
npm i - Create a Postgres database and set your credentials on a
.envfile, similar to.env.example(you can start a Postgres db with Docker by runningnpm run get:pgfollowed bynpm run start:pg) - Create a Redis database and set your credentials on a
.envfile, similar to.env.example(you can start Redis with Docker by runningnpm run get:redisfollowed bynpm run start:redis) - Run the application:
npm start - Navigate to
http://localhost:8080/api - Make sure the app is up and running before generating the client types (
npm run gen)
talent-javascript-fan/typescript-graphql
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|