https://github.com/faamaral/techster
Techster is a technology blog that focuses on information technology. This repository contains the source code for the blog, which is built using Flask and Python.
https://github.com/faamaral/techster
flask flask-admin flask-login flask-migrate flask-sqlalchemy flask-wtforms python
Last synced: 2 months ago
JSON representation
Techster is a technology blog that focuses on information technology. This repository contains the source code for the blog, which is built using Flask and Python.
- Host: GitHub
- URL: https://github.com/faamaral/techster
- Owner: faamaral
- Created: 2020-11-25T18:40:09.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-10-18T23:29:59.000Z (over 2 years ago)
- Last Synced: 2025-03-28T14:28:28.474Z (over 1 year ago)
- Topics: flask, flask-admin, flask-login, flask-migrate, flask-sqlalchemy, flask-wtforms, python
- Language: HTML
- Homepage:
- Size: 15.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Techster - Technology Information Blog
Techster is a technology information blog built with Flask. It is designed to provide valuable resources and insights for learners seeking to expand their knowledge and skills in the field of information technology.
## Technologies used
Flask web framework
Python programming language
HTML, CSS, and JavaScript for front-end development
SQLite database for storing blog content and user information
Bootstrap framework for responsive design
Git for version control
## Getting started
1. Clone the repository to your local machine using the command git clone https://github.com/faamaral/Techster.git.
2. Install Python and Flask if you haven't already.
3. Create a virtual environment and activate it.
4. Install the required packages by running the command pip install -r requirements.txt.
5. Run the application with the command flask run.
## Contributions
We welcome contributions from the community! If you'd like to contribute to the project, please follow these steps:
1. Fork the repository.
2. Create a new branch for your changes.
3. Make your changes and test them thoroughly.
4. Commit your changes and push them to your fork.
5. Submit a pull request to our repository with a description of your changes.
## License
This project is licensed under the MIT License. You are free to use, modify, and distribute this software for any purpose, provided you include the original copyright notice and license statement in any copies or derivative works.