Scuba Log Book is an application for divemasters to log diving history for recreational divers!
Ensure that you have the latest version of npm installed:
npm install npm@latest -g
- Clone the repo
git clone https://github.com/Alonsog66/Scuba-Log-Book.git
- Install NPM packages
npm install
- Enter your API and Database configurations/URIs
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature
) - Commit your Changes (
git commit -m 'Add feature'
) - Push to the Branch (
git push origin feature
) - Open a Pull Request