Skip to content

avonbuttlar/ticketexchange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI Ticket-Exchange

This project is a Ticket-Exchange application built using FastAPI for the backend and HTML/CSS/JINJA for the frontend. It is designed to be easily set up using Docker Compose.

Getting Started

Prerequisites

Make sure you have Docker and Docker Compose installed on your machine.

Usage

  1. Clone the repository:
  2. git clone [https://github.com/avonbuttlar/ticketexchange.git](https://github.com/avonbuttlar/ticketexchange.git)
  3. Navigate to the project directory:
  4. cd ticketexchange
  5. Build and run the application using Docker Compose:
  6. docker-compose up

    This command will start both the FastAPI backend and the JINJA frontend.

  7. Access the application in your browser:

ToDo

  1. Frontend Design with Angular
  2. User Authentication
  3. Implement user authentication using FastAPI's authentication system. Ensure to customize the authentication mechanisms and user management based on your application requirements.

Customization

Feel free to customize the application according to your needs. Some potential enhancements include:

  • Adding more features to the Ticket-Exchange application
  • Implementing additional security measures.
  • Implementing the Angular frontend design and user experience.
  • Integrating with external services or databases.

Contributing

If you would like to contribute to this project, please follow the standard GitHub workflow:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit them.
  4. Push the changes to your fork.
  5. Submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

Thanks to mbsoft for the excellent tutorial that inspired this project. The tutorial can be found here.

Happy coding!

I absolutely wrote this README myself, and it certainly was not created with ChatGPT ;).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors