Releases: RedMooner/CEServ
Releases · RedMooner/CEServ
Release 0.1.1 - alpha
The first is the simplest server implementation
#CEServ Installation Guide
- Install Python:
- [Download Python](https://www.python.org/downloads /)
- Install Python by following the instructions on the website
- Install Flask via pip:
pip install flask
- Clone the CEServ repository using Git:
git clone https://github.com/RedMooner/CEServ.git
- Go to the directory with the cloned repository and start the server:
cd CE Services
python server.py
Now the CEServ server is running and ready to accept commands via GET requests! 🚀