/webapp

online agrovet platform

Primary LanguagePython

Online Agrovet

This Django project combines user authentication features with an online agrovet platform. Users can register, log in, and explore the features of the agrovet application. Although its an incomplete project i will be back to it as soon as possible.

Table of Contents

Features

  • User Registration
  • User Login
  • Homepage Access after Successful Login

Requirements

Make sure you have the following dependencies installed inside the virtual enviroment myworld:

  • Python 3.x
  • Django

Installation

  1. Clone the repository:

    git clone git@github.com:Denisganga/webapp.git
  2. Navigate to the project directory:

cd webapp
  1. Install dependencies:
pip install -r requirements.txt
  1. Apply database migrations:
python manage.py migrate

Usage

  1. Run the development server:
python manage.py runserver
  1. Open your web browser and go to http://127.0.0.1:8000/ to access the agrovet application.

  2. Register a new user and log in to explore the user authentication and agrovet features.

Contributing

Contribution to this project is welcomed. If you would like to contribute to the project, please follow these steps:

  1. Fork the repository.

  2. Create a new branch for your feature or bug fix:

git checkout -b feature-or-bugfix-branch
  1. Make your changes and commit them:
git commit -m "Your commit message here"
  1. Push the changes to your fork:
    git push origin feature-or-bugfix-branch
  1. Create a pull request on GitHub.

Future Development

I plan to return and continue working on this project to enhance its features and functionality. Feel free to check back for updates. License

License

This project is licensed under the MIT_license.