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

https://github.com/haliljon/usercontrol-pro-back-end

UserControl Pro Backend is a Rails project which gives the API for the UserControl Pro Frontend.
https://github.com/haliljon/usercontrol-pro-back-end

database ruby

Last synced: about 1 month ago
JSON representation

UserControl Pro Backend is a Rails project which gives the API for the UserControl Pro Frontend.

Awesome Lists containing this project

README

          


UserControl Pro 🧑🏻‍💻


# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [👤 Author ](#-author-)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [📝 License](#license)

# 📖 UserControl Pro 🧑🏻‍💻 backend

**UserControl Pro Backend** is a Rails project which gives the API for the UserControl Pro Frontend.

## 🛠 Built With

This app is build with Ruby on Rails and Postgresql.

### Tech Stack

>

  • Ruby

  • >
  • Ruby on Rails

  • >
  • Postgresql

  • >
  • React
  • ### Key Features

    - [x] Authentication
    - [x] CRUD

    (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:

    - Mac or PC
    - Install Ruby
    - Install Rails
    - Install Postgresql
    - Install yarn
    - Understanding of Ruby

    ### App Screenshot

    Screenshot 2023-11-02 at 1 17 19 AM

    ### Front-end Repository

    - Here is the link of the [Front-End](https://github.com/haliljon/UserControl-Pro.git)

    ### Setup

    - Clone this repository to your desired folder:

    ```sh
    git clone https://github.com/haliljon/UserControl-Pro-back-end.git
    ```

    - Navigate into the cloned folder

    ```sh
    cd UserControl-Pro-back-end
    ```

    ### Install

    Install this project with:

    ```sh
    bundle install
    ```

    - Set up the database change the username and password of your postgres account in

    ```sh
    config/database.yml
    ```

    ```sh
    rails db:create db:migrate db:seed
    ```

    - Start the server

    ```sh
    rails s
    ```

    (back to top)

    **Haliljon Juraboev**

    - GitHub: [@githubhaliljon](https://github.com/haliljon)
    - Twitter: [@twitterhaliljon1](https://twitter.com/haliljon1)
    - LinkedIn: [LinkedIn](https://www.linkedin.com/in/juraboev-haliljon)

    (back to top)

    ## 🤝 Contributing

    Contributions, issues, and feature requests are welcome!

    Feel free to check the [issues page](https://github.com/haliljon/UserControl-Pro-back-end/issues/).

    (back to top)

    ## ⭐️ Show your support

    Give a ⭐️ if you like this project!

    (back to top)

    ## 📝 License

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

    (back to top)