Personal Express App starter kit, including basic authentication
Once forked and initialized, create a top-level .env file with the following lines:
MONGO_DB_CONNECTION: mongodb+srv://{USER_NAME}:{PASSWORD}@cluster0.q2hkbgs.mongodb.net/{CLUSTER_NAME}?retryWrites=true&w=majority || whatever MongoDB gives you for a db connection AUTH_SECRET: [auth secret goes here]