1.0.1 • Published 4 years ago

apollo-server-mongodb-starter-kit v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Template for a basic server with apollo-express and mongodb

This template uses eslint + airbnb + prettier for code correction help and code style guide.

Before starting to use this template, make the following configurations

  1. Create a .env file and add the following variables for the initial configuration

    • PORT: Server port
    • MONGO_URI: Connection string to mongodb
  2. Run npm install

  3. Enjoy coding