Skip to content

ddgond/guata-recipes-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example at https://recipes.guata.me

Before running, create a .env file in the root of this directory with the following contents:

MONGO_URL="[mongodb connection url (usually starts with 'mongodb://' or 'mongodb+srv://')]"
DB_NAME="[mongodb database name]"
RECIPES_COLLECTION_NAME="[mongodb collection name within DB_NAME]"
PASSWORD="[auth password for api requests]"
PORT=[port number]

Run the server with npm start.

About

A server for my personal recipes website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published