Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 876 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 876 Bytes

What is this project?

This is a bookmarks application which can be used to bookmark and share images. Uses can bookmark images, like them, follow each other and there is also an activity stream which shows all the recent actions across the website. It also uses Redis to count image views and rank them.

How to run the project?

  1. Install Docker

  2. Create and .env file which will have the following parameters depending on your setup:

    DOMAIN
    
    DATABASE_NAME
    
    DATABASE_USER
    
    DATABASE_PASSWORD
    
    EMAIL_BACKEND
    
    EMAIL_HOST
    
    EMAIL_HOST_USER
    
    EMAIL_HOST_USER_PASSWORD
    
    EMAIL_PORT
    
    EMAIL_USE_TLS
    
  3. Setup your nginx.conf file with appropriate $host value

  4. Run docker-compose up --build -d

  5. Your site should be up and running at port 80 (default) and can be changed in nginx.conf.

  6. Hello