Tamunokuro / Regex-query-tool

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“— 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)

About

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


Languages

Language:Python 63.9%Language:HTML 36.1%