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: 9 months 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-30T08:00:35.000Z (over 1 year ago)
- Last Synced: 2025-05-08T20:58:12.263Z (9 months 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
[](https://discordapp.com/invite/MKXMSNC)
[](https://www.reddit.com/r/developersIndia/)
[](#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!