Skip to content

Bacheha/SampleCRM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRM

crm

Table of Contents

Introduction

this is a simple crm with FastAPI.

Prerequisites

  • Python 3.6+
  • PostgreSQL Database

Installation

  1. Clone the repository:

    git clone https://github.com/Bacheha/SampleCRM.git
    cd your_project
    
  2. Install the required packages using pip:

    pip install -r requirements.txt
  3. Update the database configuration: Open your_project.py and modify the database settings in the connect_to_database() function.

  4. Run the FastAPI application using uvicorn:

    uvicorn main:app --host 0.0.0.0 --port 8000
    

Usage

Explain how users can use your project and its different features. Provide examples of API requests and responses if applicable.

API Endpoints

List and describe the API endpoints provided by your FastAPI application. Include information about the request methods, input data (if any), and output data.

Example:

GET /form: Renders the form page to submit data. POST /: Handles the form submission and inserts data into the database. Contributing Explain how others can contribute to your project. Provide guidelines for bug reports, feature requests, and pull requests. Mention the preferred coding style and any other relevant information.

Example: Contributions are welcome! If you encounter any issues or have ideas for improvements, please open an issue or submit a pull request. Please make sure to follow the existing coding style and include relevant tests for your changes.

License

Mention the license under which your project is released. If you're using an open-source license, include the license text or a link to the license file.

Example: This project is licensed under the MIT License.

vbnet Copy code

Customize the template to fit your project's specific details and requirements. Add more sections if needed, such as screenshots, troubleshooting, or examples. A well-written README will make it easier for others to understand and use your project!

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published