Star Wars API ported to GraphQL with TypeScript, TypeGraphQL, and Apollo Server.
The dev/test cycle uses nodemon to restart the server when it detects any file changes.
npm i
npm run watch
By default, the server will run on localhost:80. To modify, you need to create a .env file at the root of the project with the following entries:
#.env
PORT=8080
HOSTNAME="demo.com"
This will run the demo at http://localhost:8080