Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/qwibbler/hazapp-backend

Backend for Hazapp project
https://github.com/qwibbler/hazapp-backend

api database

Last synced: 14 days ago
JSON representation

Backend for Hazapp project

Awesome Lists containing this project

README

        



logo

Hazapp Backend


Sister Project to Hazthenewestapp

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)

# 📖 Hazapp Backend

**Hazapp** is a private app to help calculate the Haz Masail for countless ladies. This is the database for storing solved masail for record keeping and double checking.

## 🛠 Built With

### Tech Stack

Client

Server

Database

### Key Features

- **Stores all the inputted information from Hazapp.**
- **Stores any inputted information without needing to update the database.**
- **Allows the data to be fetched later.**

(back to top)

## 🚀 Live Demo

- [Live Demo Link](http://170.64.146.104)

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need to first have [ruby installed](https://www.ruby-lang.org/en/documentation/installation/). Next, you will need to install rails if you don't already have it:

```sh
gem install rails
```

### Setup

Clone this repository to your desired folder:
```sh
cd my-folder
git clone [email protected]:qwibbler/Hazapp-backend.git
```

### Install

Install this project with:
```sh
cd my-project
gem install
```

### Usage

To run the project, execute the following command:
```sh
rails server
```

(back to top)

## 👥 Authors

👤 **Author1**

- GitHub: [@qwibbler](https://github.com/qwibbler)
- Twitter: [@hmemaz](https://twitter.com/hmemaz)
- LinkedIn: [Humaira Zaman](https://linkedin.com/in/humaira-zaman)

(back to top)

## 🔭 Future Features

- [ ] **Admins, Users and Login features.**
- [ ] **Link to jump straight to Hazapp from a Masla.**
- [ ] **Masla groups, to keep one persons ongoing Masla in one place.**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project, please feel free to contribute.

(back to top)

## 🙏 Acknowledgments

I would like to thank Safarjal without whom this project would never have even started. I would also like to thank Suffah Online for considering this project a worthwhile investment for their time and efforts.

(back to top)

## ❓ FAQ

- **Can I edit a Masla?**

- No, we consider these to be valuable records that should not be changed. Feel free to add the new, correct Masla instead.

- **How do I log in to save my Maslas under my name?**

- Unfortunately, we currently have no support for users. We'll be getting right on that, iA!

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)