This is a forum for developers and writers to discuss the latest technology and how it can be used to improve the world. Some common topic of forum discussions include: AI, Machine Learning, Algorithms, Data Science, Website development, Database and more.
This project is built with Django and Python. It is a simple forum that allows users to add/edit/delete posts, comment on posts, reset password via email, upvote/downvote and save posts.
- Login/Sign up/Reset password
- Write, edit, and delete posts
- Comment on posts
- Upvote, downvote and save posts
- Admin panel to manage users, posts, topic and comments using Jazzmin
- Clone the project
- Run
pip install pipenvto install pipenv - Run
pipenv install djangoto install Django in the virtual environment - Run
pipenv shellto activate the virtual environment - Run
pipenv install -r requirements.txtto install the project dependencies - Run
python manage.py runserverto start the server - Enjoy!
You maybe change some settings in settings.py file to fit your needs.
- Cao Kieu Van Manh (vm7608)
- Nguyen Tuan Hung (tuanhung7)
- Nguyen Tien Hung (tienhung36)
- Nguyen Hoang Quan (stephenJoester)