https://github.com/berktugates/blogapp
https://github.com/berktugates/blogapp
django webapp
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/berktugates/blogapp
- Owner: berktugates
- Created: 2023-08-07T17:00:40.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-28T11:22:21.000Z (almost 3 years ago)
- Last Synced: 2025-03-30T22:22:15.909Z (about 1 year ago)
- Topics: django, webapp
- Language: Python
- Homepage:
- Size: 8.01 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BatesApp Blog App
BatesApp blog application is a blog application that I have created in order to convey what I have learned in the field of software to wider audiences.
In the blog application, there is information about all my posts, this week's favorites, last week's favorites and the history of the languages I'm interested in.
## Resources
[Django Documentation](https://docs.djangoproject.com/en/4.2/)
# Installation
- Clone the repo
If you want to clone and work on this repository locally, you can follow these steps:
1. Fork the repository
2. Clone it to your local machine
3. Navigate to the project directory
4. Run the following commands:
```py
cd blogApp
python manage.py runserver
```
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
## Feedback
If you have any feedback, please contact us at berktugates@gmail.com.