Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 574 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 574 Bytes

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.