Skip to content

ehsanen/test_mongo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run server

Install the requirements:

pip install -r requirements.txt

Downloade, install and run MongoDB following the instructions in https://www.mongodb.com/docs/manual/installation/.

Run the server:

python3 run.py

Send request to the server

curl --location --request POST 'http://127.0.0.1:9292/v1/users/createUser' \
--header 'Authorization: Bearer B1n0FlddHVnfBLeAkC' \
--form 'username="john"' \
--form 'password="doe"' \
--form 'age="25"'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages