Skip to content

AYoub-H/blogs-graphQl-Dj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blogs-GraphQl-Dj

Blogs-GraphQl-Dj is a simple application to explore GraphQl capabilities with Django.

Installation Instructions

Make sure to install Python 3, pip and virtualenv.

Setting up dev environment:

  • Create a project folder
    $ mkdir project
    $ cd project
  • Create a python 3 virtualenv, and activate the environment to install requirements.
    $ python3 -m venv venv
    $ source venv/bin/activate
  • Install the project dependencies from requirements.txt
    (venv)$ pip install -r requirements.txt
  • Clone the repository
    (venv)$ git clone https://github.com/AYoub-H/Blogs-GraphQl-Dj.git
    (venv)$ cd Blogs-GraphQl-Dj

You have now successfully set up the project on your environment.

About

Explore GraphQl capabilities with Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages