Skip to content

Releases: RedMooner/CEServ

Release 0.1.1 - alpha

11 Apr 11:34
f0baf29
Compare
Choose a tag to compare

The first is the simplest server implementation

#CEServ Installation Guide

  1. Install Python:
  1. Install Flask via pip:
pip install flask
  1. Clone the CEServ repository using Git:
git clone https://github.com/RedMooner/CEServ.git
  1. 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! 🚀