Skip to content
This repository was archived by the owner on Feb 9, 2025. It is now read-only.

Without-C/backend-user

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

backend-user

Run

docker build -t without-c-backend-user .
docker run --rm \
    -p 8000:8000 \
    -v $(pwd):/app \
    --name without-c-backend-user \
    without-c-backend-user

API Test

curl -i http://127.0.0.1:8000/auth/test/
curl -i -X POST -H "Content-Type: application/json" \
    -d '{"message": "test data"}' \
    http://127.0.0.1:8000/auth/test/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •