Skip to content

olehmartynenko/self_regex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

self_regex

This is web application with the ability to find matches in the text using regular expressions and replace these matches with text entered by the user.

Design document

How to run?

1. Install required languages:

You should have installed Python and NodeJS on your machine. NodeJS here and Python here

2. Clone this repository:

git clone https://github.com/olehmartynenko/self_regex.git

3. Run server:

cd backend

On Unix systems:

python3 -m venv venv
source venv/bin/activate
pip install flask
pip install flask_cors
python3 server.py

On Windows

python -m venv venv
venv\Scripts\activate
pip install flask
pip install flask_cors
python server.py

4. Run a frontend:

cd frontend
npm i
npm start

And then type in your browser "localhost:3000"

5. App ready to use!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors