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

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.

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.