https://github.com/mohamedsabry0/appointments_app
This is the Appointments App, a web application built with Ruby on Rails, PostgreSQL, JavaScript, React, and Redux. It allows users to manage appointments and schedule appointments with engineers.
https://github.com/mohamedsabry0/appointments_app
rails react-rails react-rails-as-one-app
Last synced: 4 months ago
JSON representation
This is the Appointments App, a web application built with Ruby on Rails, PostgreSQL, JavaScript, React, and Redux. It allows users to manage appointments and schedule appointments with engineers.
- Host: GitHub
- URL: https://github.com/mohamedsabry0/appointments_app
- Owner: mohamedSabry0
- License: other
- Created: 2024-01-26T07:28:34.000Z (over 2 years ago)
- Default Branch: development
- Last Pushed: 2024-02-15T07:06:20.000Z (over 2 years ago)
- Last Synced: 2025-10-26T15:53:09.548Z (8 months ago)
- Topics: rails, react-rails, react-rails-as-one-app
- Language: Ruby
- Homepage: https://appointments-app-5p6t.onrender.com
- Size: 8.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Appointments App
## π Table of Contents
- [π Appointments App ](#-appointments-app-)
- [π Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [π» Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Kanban Board ](#kanban-board-)
- [π₯ Authors ](#-authors-)
- [π Future Features ](#-future-features-)
- [π€ Contributing ](#-contributing-)
- [βοΈ Show your support ](#οΈ-show-your-support-)
- [π Acknowledgments ](#-acknowledgments-)
- [π License ](#-license-)
This is the Appointments App, a web application built with Ruby on Rails, PostgreSQL, JavaScript, React, and Redux. It allows users to manage appointments and schedule appointments with engineers.
Server
Database
Client
...
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
```
- ruby >= 3.2.2
- rails >= 7.1.3
- postgres >= 14.7
- bundler 2.5.1
- node.js 19.6.0
- yarn 3.4.1
```
### Setup
Clone this repository to your desired folder:
```bash
git clone git@github.com:mohamedSabry0/appointments_app.git
```
### Install
Install this project with:
```bash
cd appointments_app
bundle install
yarn install
```
You will need to follow these steps to have your own set of related project secrets:
- delete `config/credentials.yml.enc` file
- use this command `EDITOR="code --wait" bin/rails credentials:edit`
- under `secret_base_key` add this line `devise_jwt_secret_key:`
- in another terminal run `bundle exec rails secret`
- take the output and use it as value for `devise_jwt_secret_key`
- save the file and close it
it will install the required gemfile for running the project
run the following commands to create and migrate:
```bash
rails db:create
rails db:migrate
rails db:seed
```
### Usage
to use this project:
```sh
bin/dev
```
it will run the the server on `localhost:3000`
to run tests:
```sh
rspec --format doc
```
- [Project Board](https://github.com/users/mohamedSabry0/projects/13/views/1)
- 
- Our team consists of 3 members:
[@erickma1](https://github.com/erickma1),
[@MohammadYaser](https://github.com/MohammadYaser),
[@mohamedSabry0](https://github.com/mohamedSabry0)
π€ **Mohammad Yaser Safi**
- GitHub: [@githubhandle](https://github.com/MohammadYaser)
- Twitter: [@twitterhandle](https://twitter.com/Yaser_Safi19)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/mohammad-yaser-safi-a12083270)
π€ **Eric**
- GitHub: [@erickma1](https://github.com/erickma1)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/eric-mawudeku-55b74883/)
π€ **Mohamed Sabry**
- GitHub: [@mohamedSabry0](https://github.com/mohamedSabry0)
- Twitter: [@mohsmh0](https://twitter.com/mohsmh0)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/mohamed-sabry0/)
...
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/mohamedSabry0/appointments_app/issues).
You are welcome to fork the repository and modify the code. We encourage pull requests.
Give a starβοΈ or a thumbs up π if you like this project! You can visit my GitHub profile for more of my projects.
- Project supervised by [Microverse](https://www.microverse.org/)
This project is [MIT](./LICENSE) licensed.
**