- 📖 About the Project
- 💻 Getting Started
- 👥 Author
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
A Single-Page Application where a user can pick a date and book an appointment.
Client
Server
Database
To get a local copy up and running, follow these steps.
In order to run this project you need:
Clone this repository to your desired folder:
using HTTPS:
git clone https://github.com/ElsonOtake/appointment_app.git
cd appointment_app
using an SSH key:
git clone git@github.com:ElsonOtake/appointment_app.git
cd appointment_app
using GitHub CLI:
git clone gh repo clone ElsonOtake/appointment_app
cd appointment_app
Create a .env file:
touch .env
Fill in your PostgreSQL credentials in the .env file:
DATABASE_USERNAME=<PostgreSQL username>
DATABASE_PASSWORD=<PostgreSQL password>
Install this project with:
bundle install
rails db:create db:migrate
To run the project, execute the following command:
redis-server
In another terminal run
rails server
Open http://localhost:3000/
on your browser.
Open the same address in another browser to check for real-time updates on the web page.
To run tests, run the following command:
rspec
👤 Elson Otake
- GitHub: elsonotake
- Twitter: @elsonotake
- LinkedIn: elsonotake
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
I would like to thank:
This project is MIT licensed.