Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 7 days ago
JSON representation

🔖 saadhan is a resources hub for the r/developersIndia community.

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
Shalabh Agarwal

💻
Harsh Raj
Harsh Raj

💻
rashhocket
rashhocket

💻 🐛
K Hari Aneesh Siddhartha
K Hari Aneesh Siddhartha

💻
Sidhanth Rathod
Sidhanth Rathod

🐛
Mohit Bansal
Mohit Bansal

💻
Mustafa Kapadia
Mustafa Kapadia

💻


Darshil Prajapati
Darshil Prajapati

💻
Kartik Kumar
Kartik Kumar

💻
yump
yump

💻

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!