LoboArkano / dental-clinic-backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dental Clinic backend

This Rails Api can storage data for a dental clinic. For example patients, treatments, appointments, doctors.

Built With

  • Ruby v2.7.1

  • Ruby on Rails v5.2.4.4

Getting Started

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

   git clone git@github.com:LoboArkano/dental-clinic-backend.git

Prerequisites

  • Ruby: 2.7.2

  • Rails: 5.2.4

  • Postgres: >=9.5

Setup

Install gems with:

bundle install

Setup database with:

   rails db:create
   rails db:migrate
   rails db:seed

Usage

Start server with:

    rails server -p 3001

Open http://localhost:3001/ in your browser.

Run tests

To run all tests use this command:

    bundle exec rspec
    

To run only model tests run this instead:

    bundle exec rspec spec/models

Author

👤 Roberto Perez Jimenez

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

Give a ⭐️ if you like this project!

About


Languages

Language:Ruby 88.9%Language:HTML 8.4%Language:JavaScript 1.7%Language:CSS 1.0%