Tejas1510 /
Awesome-Javascript-and-React-Project
This is a repository for javascript and react projects built in association with hactoberfest and is a part of hacktoberfest.
61/100 healthLoading repository data…
desyatkoff / repository
This repository is the source code of impressle.fun website. Impressle is a unique social network where you have to draw by hand, not uploading image files
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Unleash your creativity!
Impressle is a unique social network where you have to draw by hand, not uploading image files. Follow your favorite artists, give likes to other users' pictures and make your own ones. It's fun, just try it!
BANNED tag in their profileBANNEDgit clone https://github.com/desyatkoff/impressle.git
cd impressle/
.env.example to .envmv .env.example .env
.env using your code editorconfig.py using your code editoruv venv
uv sync
uv run pybabel compile -f -d translations/
uv run flask --app main:app run
uv run gunicorn main:app
Want to help? You can update or fix something, here's how to contribute to the project repository:
[!NOTE]
Prefer naming your git commits something like that:
- "UPDATE: Added/Improved/Removed the *feature*"
OR
"ADD: *Feature*"
"REMOVE: *Feature*"- "FIX: Fixed the *bug*"
- "COMMENT: Added/Edited/Removed a comment on line *123*"
Done! I'll review your code changes and maybe will accept them. Even just adding comments for some lines is a good contribution
Selected from shared topics, language and repository description—not editorial ratings.
Tejas1510 /
This is a repository for javascript and react projects built in association with hactoberfest and is a part of hacktoberfest.
61/100 healthViha27 /
A Devops pipeline is set of automated processes and tools that the development (Dev) and operations (Ops) teams implement to build, test, and deploy software faster and easier. In this course you will complete DevOps pipeline generally consists of a set of tools which are normally broken down into the following categories: Plan Code Integrate Test Release Deploy Operate This learning path will cover: Git is an open-source and distributed version control system. Github is git repository hosting service used for code sharing, bug tracking, feature request and much more. PyCharm is an integrated development environment (IDE) for python programing language. Flask is a python web framework. HTML is the standard markup language for Web pages. CSS is a style sheet language use to style a HTML document. SQLAlchemy is an open-source SQL toolkit and object-relational mapper which gives full power and flexibility of SQL. Selenium is used to automate web browser interaction. Pytest is unit testing framework that allows users to write test codes. Ngrok allows to expose a web server running on your local machine to the internet. Github Action enables you to include Continues Integration (CI) and continuous deployment (CD) capabilities and many other features directly in your repository. Docker is an open source containerization platform enables developers to package applications into containers. Docker Hub is a cloud-based repository for finding and sharing container images with your team. Kubernetes is an open-source container orchestration for automating deployment, scaling, and management of containerized applications. This course is one stop shop where you will learn web development, continuous integration, continuous deployment, containerization, writing neat and quality code, devops concepts and much more with python programing language. What you’ll learn Learn to build Continuous Integration Continuous Deployment pipeline Build CI CD tool to update docker image after any update Learn to create dockerfile Learn the fundamental concepts of Docker Learn the fundamental concepts of Kubernetes Learn to create Kubernetes YAML files Learn to deploy high availability, fault tolerance, scalable application Learn all the basic and advanced git commands Learn different types of branches like master, developer, feature, release and hotfix branch Learn fundamental concepts of Version Control System Learn to use Github actions for CI CD pipeline Learn to build python flask web application Learn to use SQL Alchemy Lean to create HTML pages using HTML, CSS and bootstrap Are there any course requirements or prerequisites? Git installed Docker installed Kubernetes installed Any IDE Github account Docker hub account Who this course is for: Anyone who wants to Enhance their skills in DevOps domain Developers and IT Pros Instructor User photo Pranjal Srivastava Docker | Kubernetes | AWS | Azure | ML | Linux | Python I am an Instructor, Devops engineer, machine learning enthusiast, cloud expert and passionate developer. I have authored 60+ courses with over 50,000+ students worldwide across 175+ countries on wide array of technologies like containerization, machine learning, Linux, programming languages and cloud computing platforms like Microsoft Azure, Amazon Web Service and IBM Cloud.
saumyasingh203 /
🚀 This is the main repository for the Microsoft Codess Mars Colonization project made by Team ROCKET. The project has a frontend in HTML and CSS with a backend in Python integrated using Flask 👩🚀
19/100 healthminnukota381 /
The CUTM Result Portal is a web application designed to help students and administrators view and manage academic results efficiently. This repository contains the codebase for the portal, including frontend templates, backend logic, and database configurations.
57/100 healthThis repo is a part of the project Flying Sensor node and Autonomous Water Rover. It contains the local server hosted on a drone/robot and supports various features like live video streaming, sensor data visualization, live tracking etc. It is built to be run on a raspberry pi 3b with a navio2 image configured but can be used on any raspberry pi 3b by changing sources of GPS data and having the currect dependencies installed. It uses pyhton serial for sensor data loging from an arduino, sqlite3 as a database, flask as the server and frontend using html, css, javascript. For more details go to repository of Autonomous Water Rover for setting up guides and images
45/100 healthsehajdeep1814 /
This is my first repository where I have tried news extraction using python. From the news webpage, I have extracted the headlines, image URL, source URL, author, summary each news article on that web page. After extracting the data, I have created a front-end to display it using HTML and with help of Bootstrap.
33/100 health