An open API service indexing awesome lists of open source software.

https://github.com/brawlingthebits/social-book

Full-stack social-media application from free-code-camp video "Build a social media with Django".
https://github.com/brawlingthebits/social-book

django python

Last synced: 3 months ago
JSON representation

Full-stack social-media application from free-code-camp video "Build a social media with Django".

Awesome Lists containing this project

README

          

# Social book

This is a web application built that simulates social media. Its front-end is made with ready templates and its back-end uses Django Rest Framework and SQL Lite as databases. This application's purpose is to exercise Django as a full-stack option.

## How to run this application?

### 1) Clone this repository and enter in its directory

### 2) Create a virtual enrivoroment with python

```shell
python -m venv venv
```

### 3) Install the dependencies

```shell
pip install -r requirements.txt
```

### 4) Create an .env file if a .env.example exists and complete with your info

### 5) Done