Thanks to visit codestin.com
Credit goes to github.com

Skip to content

saviosailas/witamy-server

Repository files navigation

witamy-server

RESTful API server written using python flask-restx framework.

Swaggar document: https://witamy.pythonanywhere.com

swagger api

Account management

  • Login
  • Sign up
  • Update password
  • Delete account
  • Profile
  • Profile update

Initial setup

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

API Testing

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.

About

Simple REST API for Witamy (social media)

Topics

Resources

Stars

Watchers

Forks