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.
- Host: GitHub
- URL: https://github.com/haliljon/usercontrol-pro-back-end
- Owner: haliljon
- Created: 2023-10-19T04:14:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-04T11:03:32.000Z (over 2 years ago)
- Last Synced: 2025-01-21T03:28:24.459Z (over 1 year ago)
- Topics: database, ruby
- Language: Ruby
- Homepage: https://user-control-pro-6d69dacacf7c.herokuapp.com/
- Size: 57.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
This app is build with Ruby on Rails and Postgresql.
>
>
>
>
- [x] Authentication
- [x] CRUD
## 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
### 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
```
**Haliljon Juraboev**
- GitHub: [@githubhaliljon](https://github.com/haliljon)
- Twitter: [@twitterhaliljon1](https://twitter.com/haliljon1)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/juraboev-haliljon)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/haliljon/UserControl-Pro-back-end/issues/).
Give a ⭐️ if you like this project!
This project is [MIT](./LICENSE) licensed.