This is a Subscription List app where user can subscribe with their email id and data is stored in sqlite database.
React Js, Tailwind css, Django and sqlite database.
Clone the repository and follow below steps:
cd subscription-list-frontend
npm install
npm start
cd subscription_backend
pip install pipenv
pipenv shell
pipenv install -r requirements.txt
python manage.py runserver