Repository files navigation
For the frontend HTML,CSS,BOOTSTRAP,jquery script have been used.
For the backend Django Rest Framework is used.
Pipenv is used as a packaging tool.
testcases for views,models,urls are written
API tesing is done with POSTMAN
Generated requirements.txt using pipenv lock -r > requirements.txt
open the terminal change the directory to project.
cd think_bridge_api
cd Sadguru_api_prj
Run the virtual environment using following command
pipenv shell
Install the dependencies
pip install -r requirements.txt
Run the server
py manage.py runserver
Open the browser and observe the response on it.
http://127.0.0.1:8000/listapi/
Click on the +Add New to add new products on the basis of Beverages or Snacks
Click on the hyperlinked products you will get the detail information of the product.
Created super user. To login to admin interface
http://127.0.0.1:8000/admin/
username:admin
password:admin
to run all the testcases in the tests folder add following command into the terminal
python manage.py test
frontend functionality: 2 days
backend functionality: 3 days
Testcases/testing: 1-2 days
About
Using API and HTML,BOOTSTRAP
Resources
Stars
Watchers
Forks
You can’t perform that action at this time.