RESTful API server written using python flask-restx framework.
Swaggar document: https://witamy.pythonanywhere.com
- Login
- Sign up
- Update password
- Delete account
- Profile
- Profile update
cd /home/download/project/witamy-server
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install -r requirement.txt
chmod u+x run.sh
./run.sh
The API testing is conducted using FOSS (Free and Open Source Software), specifically Bruno. All the test files are located in the witamy-api-collection
directory.