janakhpon / Ei-sGallery

Ei'sGallery is a simple wallpaper website for nature lover.You can upload wallpaper with related `TYPE` and `TAG WORDS` and as a consequence of this you can easily select `TYPE` options or `SEARCH TAG WORDS` from search box. `CRUD` operation can only be done with `admin` route.

Home Page:https://ei-sgallery.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ei'Gallery

Ei'sGallery is a simple wallpaper website for nature lover.You can upload wallpaper with related TYPE and TAG WORDS and as a consequence of this you can easily select TYPE options or SEARCH TAG WORDS from search box. CRUD operation can only be done with admin route. Please Check the RELEASE_STATUS before you clone. Here is a deployed link herokudeploy

Usage

clone the repository

git clone https://github.com/janakhpon/Ei-sGallery.git

Get into root folder

cd Ei'sGallery

Install Dependencies using npm

npm install
npm i -d
npm run start
npm run dev

Install Dependencies using yarn

yarn install
yarn add
yarn start
yarn dev

Included Features

1.File upload 2.REST/CRUD 3.SERVER SIDE APPLICATION 4.API for client is not yet available

RELEASE_STATUS:IN PROGRESS

RELEASE_CODE: GDEV021

Sorry this project is not completely done yet and only a few features are available. If you are considering about cloning this project please wait till it's completed.

API OPTIONS

Still working on it! so it's not completely available at the moment

   GET => /api/list
   GET => /api/type/:type
   GET => /api/keyword/:keyword
   POST => /api/type
   POST => /api/keyword
   POST => /api/upload
   PUT => /api/update/:id
   PUT => /api/update
   DELTE => /api/delete/:id
   DELTE => /api/delete

About

Ei'sGallery is a simple wallpaper website for nature lover.You can upload wallpaper with related `TYPE` and `TAG WORDS` and as a consequence of this you can easily select `TYPE` options or `SEARCH TAG WORDS` from search box. `CRUD` operation can only be done with `admin` route.

https://ei-sgallery.herokuapp.com/

License:MIT License


Languages

Language:CSS 73.9%Language:JavaScript 13.8%Language:HTML 12.4%