PDF to TEXT convertor
- User Registration
- User Login
- PDF to TEXT convertor
- Clone the repository
git clone https://github.com/Suraj1089/Heart-Charity.git
- Install the requirements
pip install -r requirements.txt
to know more about database setup, visit https://docs.djangoproject.com/en/3.2/ref/settings/#databases
- Migrate the database
python manage.py make migrations
python manage.py migrate
- Create a superuser
python manage.py createsuperuser
- Run the server
python manage.py runserver
- for pdf to text convertor
You can clone the repository and make changes to it. It is open for all.






