https://github.com/jod35/projectlearn
This is a little app that is similar to Medium where people share ideas on topics. It is entrely Django.
https://github.com/jod35/projectlearn
Last synced: 11 months ago
JSON representation
This is a little app that is similar to Medium where people share ideas on topics. It is entrely Django.
- Host: GitHub
- URL: https://github.com/jod35/projectlearn
- Owner: jod35
- Created: 2020-06-16T15:12:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-22T19:22:05.000Z (over 4 years ago)
- Last Synced: 2025-01-05T16:12:19.045Z (about 1 year ago)
- Language: Python
- Homepage: https://projectlearnliveapp.herokuapp.com/
- Size: 121 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Learn :star_struck:
Project Learn is a platform on which users share knowldge on topics. This is a project I have been building so as to practice web development with Django.
## How it works
- Users to create posts must have an account, therefore they signup
- Users login to access their accounts
- Each user has control over the posts they make (CRUD on posts)
- Each user can comment on other peoples' posts.
- All posts have tags basing on topic specified by the user
## Built With
- Django Web Framework
- Django Taggit (tagging functionality)
- Django Crispy Forms (for nice Looking forms)
## Get project source code
The source code for the entire proect is [here](https://github.com/jod35/projectLearn).
So do a ` git clone https://github.com/jod35/projectLearn.git `
## Run code with
`cd projectLearn && python3 manage.py runserver`
## Live Project
Check out the project in production [here](https://projectlearnliveapp.herokuapp.com).
## Author
[Ssali Jonathan](https://github.com/jod35)
Please feel free to contribute.