Skip to content

ULM Carbon Query System - Currently being using by the ULM Biology Department to carry out their Carbon data research. Awarded 2nd prize for the best poster presentation from the College of Business and Social Sciences.

License

Notifications You must be signed in to change notification settings

xenobardok/ULM-Carbon-data-query-system

Repository files navigation

ULM Carbon Data Query System

This is a carbon query data system built by Sunil Jamkatel for Dr. Joydeep Bhattacharjee and his plant Ecology lab.

Index Page

Getting Started

To get started with this, you would have to clone this repository in your disk.

Prerequisites

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

Installing

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

Install the required dependencies using

npm install

Checking the database connection

Make sure you run the fluxdatabase.sql file after installing mysql workbence on your machine or else the program would not load.

Running the app

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!!

Deployment

Choose the web browser of your choice and navigate to localhost.

Functionalities

  • Query data in a single day Single Day Query

  • Query a range of data in between different dates Range Day Query

  • Choose only the data column you need Range Day Query

  • Upload csv to the database Upload CSV

  • Download custom queries as a csv file Save CSV file

Built With

Contributing

Please send me an email at [email protected] if you need additional help with setting up the app.

Authors

  • Sunil Jamkatel - Initial work

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

ULM Carbon Query System - Currently being using by the ULM Biology Department to carry out their Carbon data research. Awarded 2nd prize for the best poster presentation from the College of Business and Social Sciences.

Resources

License

Stars

Watchers

Forks

Packages

No packages published