Skip to content

TaeyoonKwon/apollo-express-graphql-sample

Repository files navigation

apollo-express-graphql-sample

Sample Apollo Express GraphQL server with Typescript

Get Started

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.

About

Sample Apollo Express GraphQL server with Typescript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published