Giter Site home page Giter Site logo

sulavmhrzn / portfolio-api Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.19 MB

Django Rest Framework powered API.

Home Page: https://www.sulavmhrzn.herokuapp.com

Python 4.56% CSS 28.41% JavaScript 66.16% HTML 0.88%
python django django-rest-framework

portfolio-api's Introduction

Portfolio RestAPI

RestAPI for your portfolio project.

Setup locally

  1. Clone the repo
    git clone https://github.com/sulavmhrzn/portfolio-api.git
  2. Install requirements
    pip install -r requirements.txt
  3. Setting environment variables :

    Rename .env.sample to .env and fill up the required values.

  4. Run development server
    python manage.py runserver

Media files

Media files are served by cloudinary therefore you are required to signup for an account.

Schema

GET http://localhost:8000
{
  "name": "Sulav Maharjan",
  "label": "CEO @ something",
  "image": "https://res.cloudinary.com/dlelhsxgc/image/upload/v1/media/profile/img-01_vedepf",
  "email": "[email protected]",
  "phone": "9840033004",
  "summary": "I am sulav",
  "blog": "",
  "education": [
    {
      "institution": "South Western State College",
      "area": "Computer Science",
      "description": "Learn computer science",
      "study_type": "Bachelors In Computer Applications",
      "score": "3.24",
      "start_date": "2021-10-02",
      "end_date": null
    }
  ],
  "skill": [
    {
      "name": "Python",
      "level": "Beginner",
      "years_of_exp": 2
    },
    {
      "name": "Javascript",
      "level": "Beginner",
      "years_of_exp": 1
    }
  ],
  "project": [
    {
      "name": "Portfolio web",
      "description": "asd",
      "languages": "django, drf",
      "summary": "asd",
      "repo_url": "",
      "live_url": "",
      "start_date": "2021-10-02",
      "end_date": "2021-10-02"
    }
  ],
  "work": [
    {
      "name": "LeapFrog",
      "position": "Senior Devs",
      "start_date": "2021-10-02",
      "end_date": "2021-10-02",
      "summary": "asd"
    }
  ],
  "certificate": [
    {
      "name": "Python Cert"
    }
  ],
  "profile": [
    {
      "network": "github",
      "username": "sulavmhrzn",
      "url": "http://gihub.com/sulavmhrzn"
    },
    {
      "network": "Linkedin",
      "username": "sulavmhrzn",
      "url": "http://linkedin.com/sulavmhrzn"
    }
  ]
}

portfolio-api's People

Contributors

sulavmhrzn avatar

Watchers

 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.