How to start the backend server
- Open the terminal
- Enter the code below to activate environment.
env\Scripts\activate
or if you have a problem due to security restriction on Windows, try the following code first,
powershell -ExecutionPolicy RemoteSigned
then
env\Scripts\activate
- Enter
python app.py
- If the front-end server is up and running, you can get the color name.