FaztWeb / mern-context-crud

A MERN Stack Application using React Context API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MERN Context

this is a MERN Stack Application CRUD with image upload using React Hook useContext

Considerations

The frontend will be served from the backend in production, but in development it will be served using a proxy

Cloduinary

This application uses Cloudinary as Image Hosting, so you need to provide the following environment variables. You can find this on your Cloudinary's profile

  • CLOUD_NAME
  • API_KEY
  • API_SECRET

Mongodb

MONGODB_URI=mongodb://localhost/merndb

About

A MERN Stack Application using React Context API


Languages

Language:JavaScript 90.8%Language:HTML 8.9%Language:CSS 0.3%