Skip to content

LilBank/dailigram

Repository files navigation

Build Status

codecov

Dailigram is an online diary which provides users free space to instantly preserve their moments and memories, including pictures. Plus, it's accessible anywhere and anytime through the internet, which is surely more convenient than carrying a diary book. Our target group is a typical internet users who prefer writing journal online.

Team Members

GitHub Name Roles
bankeez Piyawat Setthitikun Scrum Master, Developer
kimvcp Vichaphol Thamsuthikul Developer
Kittinske15 Kittin Vatabutr Developer

Documents

Prerequisite

You must download the following to be able to run.

Installation Steps

Step 1: Clone the project to your local directory.

Open the Terminal and type the following command:

git clone https://github.com/bankkeez/dailigram.git

Step 2: Go to the directory.

cd dailigram/

Step 3: Create a virtualenv.

Using virtualenv allows you to avoid installing Python packages globally which could break system tools or other projects.

virtualenv venv

Step 4: Activate the virtualenv.

Activate it before you start installing packages.

On MacOS and Linux:

source venv/bin/activate

On Windows:

venv\Scripts\activate

Step 5: Install the dependencies.

Be sure that everything is installed and run in the virtualenv.

(venv) pip install -r requirements.txt

Step 6: Exit the virtualenv.

When done, you have to exit your virtualenv, simply type:

(venv) deactivate

Run Application Locally.

Activate the virtualenv before running.

On MacOS and Linux:

(venv) heroku local web

On Windows:

You have to create file name Procfile.windows in your root directory and write this
web: python manage.py runserver localhost:5000 then you are ready to run.

(venv) heroku local web -f Procfile.windows

About

Dailigram | Dream. Explore. Discover. Save. (Closed)

Resources

Stars

Watchers

Forks

Packages

No packages published