Code Monkey home page Code Monkey logo

postman-course's Introduction

This is the API for Postman Course

It is a simple version of an API builded with Django and Django Rest Framework using Docker.

You can learn how to build APIs here:

How to run this project

  • Install Docker and Docker Compose
  • Execute docker-compose up -d: This command starts a local server with the API running over 8000 port.
  • Get inside the docker container executing docker exec -it postman-course_web_1 bash
  • Exec cd ./project
  • Run migrations python manage.py migrate
  • Inside the docker container execute source admin_info.sh
  • Load initial data from fixture: python manage.py loaddata courses/fixtures/initial_data.json

How to use it

Once the development server is running you can access to the Django Admin, there you can perform CRUD operations over the resources.

What can you do with it?

ANYTHING YOU WANT

This code is free, use it, change it, even you can send me pull requests. Maybe a pull requests with some fixtures of Courses and Materials.

API Update: April 13, 2020

  • Created fixture: now you have initial data for testing. Some courses, materials, teachers and videos are created in this fixture.

  • Updated folder for execute server: now is mandatory access to project folder for execute the development server.

  • Public APIs for testing: some of you have had some issues running this project, I can give you some public APIs that some students have left in contributions (remember this course is a Postman course not and API Creation Course)

  • Make git pull and follow the steps

postman-course's People

Contributors

walis85300 avatar lliccien avatar dependabot[bot] avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.