Skip to content

conmanet/blood_management_system

 
 

Repository files navigation

BMS DN

Blood Management System Danang

License

This is an open source project. All source code in this project is available jointly under the MIT License and the Beerware License. See LICENSE.md for details.

See demo here

https://bmsdn.herokuapp.com

Getting started

To get started with the app, after clone the repo:

First, you'll need to copy database.yml to run the app, just copy and rename config/database.example.yml:

$ mv /config/database.example.yml /config/database.yml

Then, the application needs gems:

$ bundle install --without production

Next, migrate the database:

$ rails db:migrate

Then, run the server

$ rails server

You can visit the web page at http://0.0.0.0:3000 or http://localhost:3000.

We’ll be resizing images using the image manipulation program ImageMagick, which we need to install on the development environment.

$ sudo apt-get update
$ sudo apt-get install imagemagick --fix-missing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 53.1%
  • HTML 25.7%
  • Ruby 14.8%
  • JavaScript 6.4%