MYBLOG is a blogging platform where user can share their views about something and moreover the platform is socially integrated with facebook, google and twitter for providing flexibility to the user at the time of login
Front End :-
- HTML
- CSS
- JAVASCRIPT
- JQUERY
- BOOTSTRAP
BACK END :-
- PYTHON
- DJANGO
- SQLITE
- Creation of the basic platform
- Pushing the commits to the GITHUB
- Modification of minor funtionalities like login PAGE etc
- Socially integrating to facebook
- Socially integrating to google
- Socially integrating to twitter
- Install git
https://git-scm.com/downloads
-Clone the repository using the git shell
$ git clone https://github.com/abhikumar22/MYBLOG.git
- Go to the Base directory of the project in the terminal
$cd path
- Create your virtual environment and activate it
$ virtualenv blogenv
$ blogenv\Scripts\activate
- Now, Install the requirements
$ pip install -r requirements.txt
- Go to the Base directory of the project in the terminal
$cd path
- Start the localhost server
$ python manage.py runserver
- Open any web browser and goto the URL
http://localhost:8000
Home Without Authentication
Home Authenticated
Login Page
Registratrion Page
New Post
Draft