https://github.com/morethanmin/closegallery
OpenGallery Clone Project using django
https://github.com/morethanmin/closegallery
django jquery sqlite swiper
Last synced: 2 months ago
JSON representation
OpenGallery Clone Project using django
- Host: GitHub
- URL: https://github.com/morethanmin/closegallery
- Owner: morethanmin
- Created: 2021-07-31T16:59:33.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-18T09:20:38.000Z (almost 5 years ago)
- Last Synced: 2025-06-02T20:38:00.646Z (about 1 year ago)
- Topics: django, jquery, sqlite, swiper
- Language: HTML
- Homepage:
- Size: 201 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CloseGallery
> OpenGallery라는 사이트를 클론코딩하였습니다.
>
> 장고를 학습하기 위해 만든 토이 프로젝트이고, 프론트는 템플릿 엔진을 사용하였습니다.
모든 사진 작품은 unsplash에서 가져온 무료 이미지입니다.
## Live demo
you can check demo [here](http://34.64.167.215:8000/)
## Preview


## Features
- 메인페이지
- 작품 소개
- 일반 리뷰, 셀럽 리뷰
- 로그인/로그아웃
- 다양한 상호작용
- 백오피스
## 개발할 기능
- Search paintings
- Like/Unlike Painting
- Article
## Tech and libraries
- django
- jquery
- bootstrap
- swiper.js
- sqlite (postgresql을 사용하였으나, 배포를 용이하게 하고자 sqlite로 변경)
## Getting started
- you can check admin page using superuser (id: admin@admin.com, pw: aaabbbccc123)
- admin page is "/admin"
- Start dev server
```bash
$ python3 manage.py runserver
```
- open http://localhost:8000/
## Note
This project is ongoing.
## License
This project is licensed under the MIT License - see the LICENSE.md for details