Skip to content

Knoph1/ashker_credit

Repository files navigation

Ashker Credit Solution

A django-based backend solution for managing credit applications


Available Features

  • User registration and authentication
  • Loan application and management
  • API endpoints for integration

Advancement for more features with the ongoing development...

Basic Installation

Back-End

  1. Navigate to backend/
  2. Install dependencies: pip install -r requirements.txt
  3. Create a .env file and add your Heroku credentials
  4. Run the server: python app.py
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver

Front-End

  1. Navigate to frontend/.
  2. Install dependencies: flutter pub get
  3. Run the app: flutter run

Intended Deployment(s)

  • Back-End: Deployed to Heroku, DigitalOcean and AWS
    1. Ensure Procfile and runtime.txt are correctly configured
    2. Push the repository to Heroku

Successful deployment on: Heroku Unsuccessful deployment on: DigitalOcean and AWS S3

  • Front-End: Deployed to Firebase Hosting
    1. Run flutter build web
    2. Deploy with firebase deploy

Pending deployment on: Firebase

Contributing

Contributions are welcome! Please open an issue or submit a pull request


Courtesy of:

alx Africa

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 !