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
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
1.File upload 2.REST/CRUD 3.SERVER SIDE APPLICATION 4.API for client is not yet available
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.
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