asar.web is the web and API component of the asar project.
-
Clone the Repository:
git clone https://github.com/space-codes/asar.web.git cd asar.web
-
Create a Virtual Environment:
python -m venv venv
-
Activate the Virtual Environment:
- On Windows:
venv\Scripts\activate
- On Unix or MacOS:
source venv/bin/activate
- On Windows:
-
Install Dependencies:
pip install -r requirements.txt
-
Run the Flask Application:
flask run
The application will be accessible at
http://127.0.0.1:5000/
by default. -
Access the Web Application: Open your web browser and navigate to
http://127.0.0.1:5000/
to interact with the web interface. -
Access the API Endpoints: The API endpoints can be accessed using HTTP requests using Swagger UI documentation by
http://127.0.0.1:5000/api/swagger