Kill-Nickson / crud-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

crud-api

How to ruin it locally:

Prerequisites:

  • Git cli
  • docker
  • docker-compose

Steps to run

  1. Run the Docker Desktop
  2. Create a folder and run commands: '''cd /way/to/folder''', '''git init'''
  3. Add the current repo to a set of tracked repos: '''git remote add origin https://github.com/Kill-Nickson/crud-api.git'''
  4. Pull a main branch and then check it out: '''git pull origin main''', '''git checkout main'''
  5. Create containers describe with a docker-compose file: '''docker-compose up'''
  6. Feel free to interact the api.

Link to an API documentation created using the Postman:

Link: Postman documentation

Link to Heroku app based on the current crud_api:

Link: Heroku deployment link

About


Languages

Language:Python 98.1%Language:Dockerfile 1.9%