Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Honoring Creator(s) #35

Merged
merged 1 commit into from
Apr 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 17 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@
- [Development](#development)
- [Deployment](#deployment)
- [Environment Variables](#environment-variables)
- [Maintainer(s)](#maintainers)
- [Contact](#contact)
- [Maintainer(s)](#maintainers)
- [Creator(s)](#creators)
- [Additional documentation](#additional-documentation)

</details>
Expand All @@ -45,7 +46,8 @@
IQPS is a platform for searching and uploading previous year question papers for IIT Kharagpur students. The frontend is deployed at https://qp.metakgp.org and the backend is hosted on a DigitalOcean droplet with 2GB RAM and a single CPU. See [MetaPloy](https://github.com/metakgp/metaploy) for the deployment architecture.
IQPS was originally created by [Shubham Mishra](https://github.com/grapheo12) in python. You can find it [here](https://github.com/grapheo12/iqps).

> **NOTE:** Currently in active development. Get involved at our [Slack](https://slack.metakgp.org/).
> [!Note]
> Currently in active development. Get involved at our [Slack](https://slack.metakgp.org/).
## Development
1. Clone this repository.
Expand Down Expand Up @@ -75,12 +77,6 @@ Environment variables can be set using a `.env` file. Use the `.env.template` fi
#### Frontend
- `VITE_BACKEND_URL`: The IQPS backend URL. Use `http://localhost:5000` in development.

## Maintainer(s)
- [Rajiv Harlalka](https://github.com/rajivharlalka)
- [Arpit Bhardwaj](https://github.com/proffapt)

<p align="right">(<a href="#top">back to top</a>)</p>

## Contact

<p>
Expand All @@ -105,6 +101,19 @@ Environment variables can be set using a `.env` file. Use the `.env.template` fi
</a>
</p>

### Maintainer(s)

The currently active maintainer(s) of this project.

- [Rajiv Harlalka](https://github.com/rajivharlalka)
- [Arpit Bhardwaj](https://github.com/proffapt)

### Creator(s)

Honoring the original creator(s) and ideator(s) of this project.

- [Shubham Mishra](https://github.com/grapheo12)

<p align="right">(<a href="#top">back to top</a>)</p>

## Additional documentation
Expand Down