This is the blogging website, where we are supposed to create articles and people will read them. The project should contains the following minimum requirements
- Good UI to attract peopl
- Mobile Friendly
- Header, Navigation and Footer
- Login and SignUp Page
- Search Option to search for the blogs
- Database to store all the information
- Login and SignUp
- Display Blogs along with the recent three blogs of the publisher
- Anyone can read the blog, but only authorized member can post it.
- Using GitHub API to display the details of Bellatrix Data on the About Us section of the Application
- Using GitHub API of the author to display a little information about them on the blog posts like, Location, Company, Number of Repos
git clone git@github.com:bellatrixdatacommunity/lets-blog.git
cd lets-blog
git checkout -b "<your-branch>"
python -m venv venv
source venv/bin/activate
python -m pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
Code .... .... ....
.... Code .... ....
.... .... Code ....
.... .... .... Code
git add .
git commit -m "<commit message>"
git push origin "<your-branch>"
source deactivate