Skip to content

showyourwork is an ongoing social network project like Pinterest. it is a single page web application using Django REST framework and React Js

Notifications You must be signed in to change notification settings

Jauharmuhammed/social-network-django-server

Repository files navigation

Logo

Show Your Work ( work in progress )

showyourwork is a social network like Pinterest . it is a single page web application using Django REST framework and React Js
Explore the docs »
Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Setting up Backend API
  3. Contact

About The Project

This is the backend api using Django Rest Framework for Pinterest like social network platform. You can find the frontend of the project here

  • User Authentication using JWT (JSON Web Token).
  • Google and Mobile authentication

Built With

Django DjangoREST React Tailwind CSS Redux


Setting up Backend API

This is a sample for Django Project.

Clone the project. This will download the GitHub respository files onto your local machine.

git clone https://github.com/Jauharmuhammed/social-network-django-server

To get this project up and running you should start by having Python installed on your computer. It's advised you create a virtual environment to store your projects dependencies separately. You can install virtualenv with

pip install virtualenv

Clone or download this repository and open it in your editor of choice. In a terminal (mac/linux) or windows terminal, run the following command in the base directory of this project

virtualenv venv

That will create a new folder env in your project directory. Next activate it with this command on mac/linux:

source venv/bin/active

Then install the project dependencies with

pip install -r requirements.txt

Apply migrations and create your database

python manage.py migrate

Create a user with manage.py

python manage.py createsuperuser

Now you can run the project with this command

python manage.py runserver



Contact

About

showyourwork is an ongoing social network project like Pinterest. it is a single page web application using Django REST framework and React Js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages