Skip to content

jalondono/PRGX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PRGX Simple API

This API was developed Using Django-Rest Framework

Funcitionalities:

  • Compute a sum operation between to numbers, either using a body of a post request or the query string
  • Storage Each operation in a SqLite db

Easy steps to run it:

  • Get a computer with Linux Os
  • Clone the repo, when in your machine, It doesn't matter the path
  • Type on your console the next commands
  • cd PRGX_Api
  • Install the requirements on the requierements file, either in your venv or not using this command
  • pip install -r requirements.txt
  • Once done this, just run it using the next command "./manage.py runserver"

Workin on it

  • You can use your navigator or a software that allow you perform HTTP requests (I used Insomnia) and enjoy it.

Available Urls

Examples

  • Post Request With body

  • Get Request

  • POST REQUEST with Query string

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages