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".
- Host: GitHub
- URL: https://github.com/brawlingthebits/social-book
- Owner: brawlingthebits
- Created: 2022-08-27T18:38:18.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-30T14:28:50.000Z (almost 4 years ago)
- Last Synced: 2025-01-19T09:30:28.753Z (over 1 year ago)
- Topics: django, python
- Language: JavaScript
- Homepage:
- Size: 21.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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