/Regex-query-tool

Regex query tool is a regex checker developed with Django and Bootstrap.

Primary LanguagePython

📗 Table of Contents

📖 [Regex query tool]

Regex query tool is a regular expression checker developed with Django and Bootstrap.

🛠 Built With

Tech Stack

Client
Server

Key Features

  • First Match checker
  • Full Match checker

(back to top)

🚀 Live Demo

  • Not available

(back to top)

💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

  • Python 3.8.9 and above
  • Package Installer for Python (pip)
  • Django
  • Code editor (VSCode preferably)

Setup

Clone this repository to your desired folder:

  cd my-folder
  git git@github.com:Tamunokuro/Regex-query-tool.git

Install

To create a virtual enviroment:

 python3 -m venv venv

Run the server

 py manage.py runserver

Activate virtual enviroment:

  • Windows: venv\Scripts\activate
  • MacOS: source djangoenv/bin/activate

Install Django pip install django

(back to top)

👥 Authors

👤 Author1

(back to top)

🔭 Future Features

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project give it a star please!

(back to top)

🙏 Acknowledgments

(back to top)

📝 License

This project is MIT licensed.

NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.

(back to top)