Skip to content

code08-ind/CRUD_Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

CRUD_Application

A CRUD Application Made with the help of MERN stack with all CRUD operations. The project supports on every platform with windows, mac and linux. To see the project, visit the given below link:

https://crud-application-ag.netlify.app/

How to work with application:

  • Just clone the application.
  • Install all the packages by going in client and server folder by running:
npm install 
  • Client refers to the frontend part of the application and server refers to backend of the application
  • People can add the information.
  • They can edit any information
  • They can delete any information by just clicking a button
  • Anyone can post anything and read any information.
  • Do check in the comments mentioned in every folder and file added.
  • Replace env variables with your database connection link, password and username.
  • To run the application after cloning and installing all packages, do the below step:
  • To run backend and frontend, visit server and client sub-folders respectively run below command
npm start

It helps any person to have all the CRUD operations.

Some Images of the Application

All Users

All Users

Add User

Add User

Edit User

Edit User

Contributions to this repo are WELCOME ⚡️🙌🏻

  • 🎨 give suggestions on how to improve the UI design
  • 🔨 try to break the website by testing it to find any bugs. If you find any, check if there is an issue already open for it, if there is none, then report it

Tools, Languages & Frameworks used

  • Node JS/Express JS (Backend Framework)
  • Mongo DB (Database)
  • CSS (Styling Application)
  • Javascript (Main Language Used)
  • React JS (Frontend Framework)
  • Material UI (React JS Framework)
  • VS Code (Text Editor)

About

A CRUD Application Made with the help of MERN stack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published