- 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
- Get a computer with Linux Os
- Clone the repo, when in your machine, It doesn't matter the path
- git clone https://github.com/jalondono/PRGX
- 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"
- You can use your navigator or a software that allow you perform HTTP requests (I used Insomnia) and enjoy it.
- Post Request With body
- Get Request
- POST REQUEST with Query string