Welcome to the repository backend for paid subscription reminders app, you will find the guide on how to deploy in your local environment and do testing.
$ git clone https://github.com/diego-vecch/remindpay_back.git
$ python -m venv env $ env\Scripts\activate
$ .\venv\Scripts\activate
$ python3 -m venv env $ source env/bin/activate
$ pip install django $ pip install djangorestframework