A django-based backend solution for managing credit applications
- User registration and authentication
- Loan application and management
- API endpoints for integration
Advancement for more features with the ongoing development...
- Navigate to
backend/
- Install dependencies:
pip install -r requirements.txt
- Create a
.env
file and add your Heroku credentials - Run the server:
python app.py
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
- Navigate to
frontend/
. - Install dependencies:
flutter pub get
- Run the app:
flutter run
- Back-End: Deployed to Heroku, DigitalOcean and AWS
- Ensure
Procfile
andruntime.txt
are correctly configured - Push the repository to Heroku
- Ensure
Successful deployment on: Heroku Unsuccessful deployment on: DigitalOcean and AWS S3
- Front-End: Deployed to Firebase Hosting
- Run
flutter build web
- Deploy with
firebase deploy
- Run
Pending deployment on: Firebase
Contributions are welcome! Please open an issue or submit a pull request
This has been a two weeks Capstone Project on my Web App Back-end Development online studies
Development still ongong, on personal initiative
Thank you !