Skip to content

a staff management test project containing a ruby on rails backend with a vue-js frontend

License

Notifications You must be signed in to change notification settings

BaobabHealthTrust/hospital_staff_management

Repository files navigation

hospital_staff_management

a staff management test project containing a ruby on rails backend with a vue-js frontend

Setup

  • clone the project
    git clone https://github.com/BaobabHealthTrust/hospital_staff_management.git
  • cd into the project directory
  • rename the database copy.yml file by running:
 cp config/database_copy.yml config/database.yml
  • configure the database.yml file in the config folder with your environment

  • setup your database and add a user run:

rails db:setup
  • start the server with:
 bin/rails server

Credentials

username: admin
password: test

About

a staff management test project containing a ruby on rails backend with a vue-js frontend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published