CHEM-LAB-NOTE
This app provides a website that let you record your Chemistry lab experiment online.
It is a single page web app having a JSON api with Ruby on Rails back-end framework and AngularJS for the front-end.
Please read a blog post at https://medium.com/@tpstar/online-chemistry-lab-notebook-83649efb010 for more detail description.
Usage To use this app,
- clone,
- bundle install
- rake bower:install
- rake db: migrate, and
- rake db:seed
Contribution Bug reports and pull requests are welcome on GitHub at https://github.com/tpstar/chem-lab-note. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
License The app is available as open source under the terms of the MIT License.