An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# CloseGallery

> OpenGallery라는 사이트를 클론코딩하였습니다.
>
> 장고를 학습하기 위해 만든 토이 프로젝트이고, 프론트는 템플릿 엔진을 사용하였습니다.

모든 사진 작품은 unsplash에서 가져온 무료 이미지입니다.

## Live demo

you can check demo [here](http://34.64.167.215:8000/)

## Preview

![image](https://user-images.githubusercontent.com/72514247/127777622-87e382da-d31e-4fa7-a0f1-7f3c0cb574da.png)
![image](https://user-images.githubusercontent.com/72514247/128205648-771e63e2-8cb3-41f6-a3e7-ee22c9e759dd.png)

## 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