Code Monkey home page Code Monkey logo

hamgam-backend's Introduction

hamgam-backend

This is the Backend for the HamGam Project

this is how you start the project

first make a virtualenv

virtualenv env

and then we activate it and move to this folder

source env/bin/activate
cd hamgam

then we install the required packages

pip install -r Requirements/dev.txt

and then we are already to go and makemigrations and run the server

so first we change dir
cd hamgam-backend

and then we make the migrations and migrate them to the db

python manage.py makemigrations
python manage.py migrate

and then let's run the server

python manage.py runserver

With these email and password

PASSWORD: admin

now let's head to the 127.0.0.1:8000 port to see the api

3here you can check the images of admin panel

ADMIN PANEL

And this is a pic of account endpoints

Account Endpoints



And this is a pic of a skill endpoint

Skill Endpoint



And this is a pic of Idea endpoint

Idea Endpoint

hamgam-backend's People

Contributors

khoramism avatar maorojloo 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.