Template project used to learn how to create an API with NodeJS, Apollo Server, type-graphql, and TypeORM
- Docker
- Node
- Run
make upto get all development dependencies and startup your database, api and frontend - Run
make database-initto initialize some sample data - Go to http://localhost:9000/graphql and see the graphql playground to test queries and mutations
- Go to http://localhost:3000 and see the frontend application