Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/developersIndia/saadhan
🔖 saadhan is a resources hub for the r/developersIndia community.
https://github.com/developersIndia/saadhan
bulma-css developersindia htmx-app resources resources-app saadhan
Last synced: about 1 month ago
JSON representation
🔖 saadhan is a resources hub for the r/developersIndia community.
- Host: GitHub
- URL: https://github.com/developersIndia/saadhan
- Owner: developersIndia
- License: gpl-3.0
- Created: 2022-11-01T05:09:30.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-30T08:00:35.000Z (5 months ago)
- Last Synced: 2024-11-14T22:02:23.552Z (about 1 month ago)
- Topics: bulma-css, developersindia, htmx-app, resources, resources-app, saadhan
- Language: HTML
- Homepage: https://saadhan.developersindia.in
- Size: 105 KB
- Stars: 40
- Watchers: 2
- Forks: 13
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# saadhan
Saadhan is a resource hub for the [r/developersIndia](https://reddit.com/r/developersIndia) community
[![Discord](https://img.shields.io/discord/669880381649977354?color=%237289da&label=Discord&logo=Discord)](https://discordapp.com/invite/MKXMSNC)
[![Subreddit subscribers](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fdevelopersindia.github.io%2Fmetrics%2Fdata%2F&query=%24.totalMembers&suffix=%20members&style=flat&logo=reddit&label=r%2FdevelopersIndia&color=orange&link=https%3A%2F%2Fwww.reddit.com%2Fr%2FdevelopersIndia
)](https://www.reddit.com/r/developersIndia/)
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg)](#contributors-)## ❓ What is this
- Saadhan is an app to aggregate and provide tech resources to learn from.
- Resources are contributed by community. [Contribute your favourite resources](https://github.com/developersIndia/resources)
- The website is built using Flask as backend and [HTMX](https://htmx.org/) with [Bulma](https://bulma.io) as frontend.## 🧰 Installation
### Using Virtual environment 🎥1. Initialise a virtual environment.
```bash
cd saadhan
python3 -m venv venv
source venv/bin/activate
```
2. Install dependencies```bash
pip install -r requirements.txt
```
3. Run development server.
```bash
make run
```### Using Docker 🐬
1. Build docker image
```make
make build-docker
```
2. Run image
```make
make docker
```# 📜 License
This project is licensed under the GPL-3.0 License. See the [LICENSE](LICENSE) file for details.
# 👋 Contributing
Please read the [CONTRIBUTING](CONTRIBUTING.md) guidelines for the process of submitting pull requests to us.
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Shalabh Agarwal
💻
Harsh Raj
💻
rashhocket
💻 🐛
K Hari Aneesh Siddhartha
💻
Sidhanth Rathod
🐛
Mohit Bansal
💻
Mustafa Kapadia
💻
Darshil Prajapati
💻
Kartik Kumar
💻
yump
💻
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!