Skip to content

Commit

Permalink
Merge pull request #1 from HackArchive/readme
Browse files Browse the repository at this point in the history
Readme
  • Loading branch information
AtmegaBuzz authored Nov 5, 2022
2 parents be131e5 + 787a6ee commit cd52ec3
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,22 @@
# Readit-Backend
# ReadIT (Backend)

<img src="https://user-images.githubusercontent.com/68425016/200112210-676c7b74-3768-4a0e-a012-2651601cee34.jpeg" width="100">

[![Build Status](https://travis-ci.org/joemccann/dillinger.svg?branch=master)](https://travis-ci.org/joemccann/dillinger)
###### Readit helps readers build discipline.
###### Incentivize your Reading discipline.
# About
- ReadIt is an Mobile application that helps people make todo's from index page of a book by capturing image of Index page. So they can make a schedule in how much time they want to complete the book and will get whatssapp message reminders and motivational messages to complete the task that you've started.

- You will get free Amazon Book Coupons on completing a Task(Book).
As you complete more and more Tasks(Books) you will be incentivize.

## Setup (Backend)
- create virtual environment ```virtualenv venv``` and activate ```source activate```.
- install dependencies. If you have nvidia gpu then install both requirements-nvidia.txt and requirements.txt. ```pip install requirements.txt```.
- Run flask server ```python server.py```.

## Docker Setup

- easily setup ReadIt through docker-compose
- run ```docker-compose up```

0 comments on commit cd52ec3

Please sign in to comment.