This is a carbon query data system built by Sunil Jamkatel for Dr. Joydeep Bhattacharjee and his plant Ecology lab.
To get started with this, you would have to clone this repository in your disk.
Download github bash or download the zip copy of the project. You need to have nodejs and mysql workbench installed on your local machine as well.
node --version
v11.5.0
npm --version
6.4.1
Downloading the files to your system using git
git clone https://github.com/SunilJamkatel/ULM-Carbon-data-query-system.git
After that, cd to your project directory
cd ULM-Carbon-data-query-system/
Install the required dependencies using
npm install
Make sure you run the fluxdatabase.sql file after installing mysql workbence on your machine or else the program would not load.
Run the app using the command
npm start
If everything runs fine, the following output will be displayed
> [email protected] start D:\cs\ULM-Carbon-data-query-system
> node app.js
Server has started!
MySql Connected!!
Choose the web browser of your choice and navigate to localhost.
- Materialize - The web framework used
Please send me an email at [email protected] if you need additional help with setting up the app.
- Sunil Jamkatel - Initial work
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details