An open API service indexing awesome lists of open source software.

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.

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.