Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akku27-cse/mern_gallery
Security not provided thats why any user can delete orr photo.
https://github.com/akku27-cse/mern_gallery
Last synced: about 1 month ago
JSON representation
Security not provided thats why any user can delete orr photo.
- Host: GitHub
- URL: https://github.com/akku27-cse/mern_gallery
- Owner: akku27-cse
- Created: 2023-10-11T05:58:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-11T12:01:14.000Z (about 1 year ago)
- Last Synced: 2023-10-12T17:16:29.417Z (about 1 year ago)
- Language: JavaScript
- Size: 330 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MERN_GALLERY
# This is a mini project where dataonly store. Anyone can delete the photo or see which is uploaded by user or admin. This project dose not provide security.
#Front View:
![output](https://github.com/akku27-cse/MERN_GALLERY/assets/115920400/6c65d229-de16-4d2f-8648-7b23c68fff57)
#Data store View:
![database](https://github.com/akku27-cse/MERN_GALLERY/assets/115920400/43d2a62f-7ccf-42b4-a7ad-eecffa7aac74)## here some information about this projcet means how to install react and use,and connect mongodb,connect client view to server
## Installation1. Clone repository
```shell
git clone https://github.com/akku27-cse/MERN_GALLERY.git
```## Install Client (React Files)
```shell
npx i create-react-app client
```
2. Get in the client folder```shell
cd client
```3. Install dependencies via npm or yarn
```shell
npm i
```4. Start Client
```shell
npm start
```## Install Server (Node Files)
2. Get in the server folder
```shell
cd server
```3. Install dependencies via npm or yarn
```shell
npm i
```4. Start Server
```shell
nodemon server
```## Install Database (JSON File)
2. Get in the server folder
```shell
cd server
```3. Import the following file to your MongoDB
```shell
mernGallery
```
[Developer Portfolio](https://protfolio-eb371.web.app/)
##Thank You