apollo-server-mongodb-starter-kit
v1.0.1
Published
Template for a basic server with apollo-express and mongodb
Downloads
2
Readme
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
Create a
.env
file and add the following variables for the initial configuration- PORT: Server port
- MONGO_URI: Connection string to mongodb
Run npm install
Enjoy coding