- Many people who are good at writing literature, poetry or any articles whatsoever, do know how to showcase their work. A platform is required for people to post their writing so that everyone can read it.
- WhiteInk is a blogging platform which enables people to share their ideas across the
internet around the globe. It can also be used to read other people’s work. WhiteInk
provides intuitive tools to make your writing look professional. It is easy to use and user
friendly.
http://blogapp77.herokuapp.com/
First, clone the repository to your local machine:
git clone https://github.com/jainam2385/Blog-Website.gitNavigate to folder:
cd blogappInstall the requirements:
pip install -r requirements.txtCreate the database:
python manage.py migrateFinally, run the development server:
python manage.py runserverThe project will be available at 127.0.0.1:8000.