https://github.com/shubhrajps/blogging-site-and-admin-python
A blogging application that has a clear approach to blogs. Multiple users and multiple blogs can be created with ids. The app is built completely in Python. Stay tuned.
https://github.com/shubhrajps/blogging-site-and-admin-python
python python-3 python-application python-development python3
Last synced: about 2 months ago
JSON representation
A blogging application that has a clear approach to blogs. Multiple users and multiple blogs can be created with ids. The app is built completely in Python. Stay tuned.
- Host: GitHub
- URL: https://github.com/shubhrajps/blogging-site-and-admin-python
- Owner: shubhrajps
- Created: 2018-06-25T16:52:39.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-07-13T05:08:34.000Z (almost 4 years ago)
- Last Synced: 2025-01-13T16:26:32.059Z (3 months ago)
- Topics: python, python-3, python-application, python-development, python3
- Language: Python
- Homepage:
- Size: 9.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TerminalBlog
Blogging is an application created in Python to implement the full framework of Blogging. The application
lets you create users with passwords. A particular user has its own blog and then the user has his own posts.
The user can read all the posts given by all the users using the application. The application possess different
models for each class. This application is the upgraded version of the previous application TerminalBlog. This
application has UI and other customerisations## Prequisites
* Python 3.6
* MongoDB
* Required Python Libraries
* (Optional) PyCharm IDE
* Internet Browser## Screenshots
**Please click the image below to enlarge.**
![]()
![]()
## Getting started
The app is built in Python3 and coded using PyCharm IDE. To run this app, You just need to
run it as a simple python program. The app will automatically detect the users and posts. Make
sure you have MongoDB installed and running in your system. And then open your web browser to a localhost.## License
Copyright 2016 The Android Open Source Project, Inc.
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
See the NOTICE file distributed with this work for additional information regarding copyright ownership.
The ASF licenses this file to you under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
and limitations under the License.