Skip to content

aroomforimprovement/menur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

570 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MENUR web app

React web app for meal planning and organisation. Initially created with create-react-app, updated using react-app-rewired. Backend reconfigured from Express app to netlify functions

Launch

cd '/api/' netlify dev cd .. yarn start

Access http://localhost:[port]

ENV VARS - app

REACT_APP_URL= REACT_APP_AUTH_REQ= REACT_APP_AUTH_OUT= REACT_APP_AUTH_SECRET= REACT_APP_AUTH_CLIENT_ID= REACT_APP_AUTH_BASE_URL= REACT_APP_AUTH_DOMAIN= REACT_APP_API_URL= REACT_APP_AUTH_SCOPE=openid profile email REACT_APP_AUTH_AUDIENCE= REACT_APP_PROXY_URL= REACT_APP_LOCAL_SECRET= PORT= REACT_APP_HOST_ENV=

ENV VARS - api

AUTH_REQ=false AUTH_OUT=true AUTH_BASE_URL= AUTH_CLIENT_ID= AUTH_SECRET= AUTH_ISSUER_BASE_URL= AUTH_AUDIENCE= AUTH_DOMAIN= AUTH_MAN_CLIENT_ID= AUTH_MAN_CLIENT_SECRET= DB_URL_I= DB_URL_II= DB_NAME= DB_USER= DB_PW= DB_RS_NAME= SSL_KEY= SSL_CERT=

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors