Skip to content

A website that aids in managing health personnel data built using laravel 5.8

Notifications You must be signed in to change notification settings

kelvinrandu/health-personels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

HEALTH-PERSONELS

A website that aids in managing health personnel data built using laravel 5.8

DESCRIPTION

Health personel is a website that enables the user to perform CRUD operations on health personel data.

A user has the priviledge to do the following:

  • Create a new professional record
  • View all professional records
  • Edit professional records
  • Delete professional records
  • Group professional records
  • View professional record status

LINK TO LIVE SITE

coming soon

DOCUMENTATION

RUNNING THE APPLICATION

  • install composer
  • clone this repository
  • navigate to the project directory
  • install dependencies needed for the project to run $ composer install
  • set up database by searching for a .env.example file on project root and rename it to .env then replace homestead with your database name,username and password.
  • run migrations to create tables in your database $ php artisan migrate
  • set up application key $ php artisan key:generate
  • run the application $ php artisan serve

ENQUIRIES

About

A website that aids in managing health personnel data built using laravel 5.8

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published