Skip to content

A full stack recipe management web app created using the MERN stack. It supports profile management, recipe searching, text & video tutorials and more.

Notifications You must be signed in to change notification settings

hassanShakur/resipis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resipis Web App

Resipis Home


Search Results


Clone the repo and:

# For the frontend
cd client && npm start
# For the backend
cd server && npm start

Set the REACT_APP_BACKEND_URL as https://resipis-kdcz.onrender.com for the configured server. Remember to manage cors.

You can optionally set your node environments involving:

NODE_ENV=development

DATABASE_LOCAL=mongodb://127.0.0.1:27017/dbName

DATABASE_CLOUD=mongodb+srv://atlasDbName:password@clusterName.syvsqgx.mongodb.net/production?retryWrites=true&w=majority

JWT_SECRET_KEY=any_string_for_encryption
JWT_EXPIRES_IN=1h

FRONT_END_URL=http://localhost:3000
JWT_COOKIE_EXPIRES_IN=1

Visit resipis website for the complete project. If down, try later, it's still in the making.


Search page

About

A full stack recipe management web app created using the MERN stack. It supports profile management, recipe searching, text & video tutorials and more.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published