Sample Apollo Express GraphQL server with Typescript
Installing packages
npm install
Start in development mode with tsc-watch
npm run dev
Build for production mode
npm run build
Start in production mode with node
npm run start
This project's database is based on MongoDB
You will have to create your own .env
file to properly run the app.