Giter Site home page Giter Site logo

sampletracker's Introduction

Sample Tracker

Sample Tracker is an efficient way to manage, organize, and collect infield waste water samples.

Objective of the Project

Create a central location for receiving and managing the infield waste water sample collection that will significantly reduce the manual effort required. Improve, automate, and centralize communiucaiton with Lab Professionals and other parties informed of the proccess and cut donwn the human error issues.

What Technologies are being used in this project?

The back end application is using a MERN stack (MongoDb, Express, React, Node). The back end application is using Express Framework. The frontend application is using the React framework and several other third party libraries, bootstrapped via the create-react-app tool.MongoDb is the database for the application.

Getting Started

In order to get the applicatino up and running, you will need ot install the following:

  • NodeJS
  • MongoDb

Installing NodeJS

Install a version of NodeJS that starts with 14.16 (e.g. 14.16.0).

You should be able to find installation instructions for your particular platform here:

https://nodejs.org/en/download/package-manager/

Installing MongoDB

MongoDB is our database. You will need to have MongoDB installed on your computer MongoDBor you can use MongoDB Atlas and manage your data in the cloudMongoDB Atlas

Dependencies & Start Back End

Start in the root of the project and open the api directory

cd api
npm install

mongoose is the ODM. This is the preferred way of communicating with the database, so the tools providee should be leveraged to help you build models and schemas.

Start Front End

We will now start the frontend. Open up a new tab in the terminal and execute the following commands.

  cd ..
  cd app
  npm install
  npm start

If you navigate to http://localhost:3000/ you should see the home page!

Set Up Environment Variables

  • Set Up Environment Variables with DotENV Package DotENV
  cd packages
  cd api
  touch .env
  • Add your tokens, MongoUrl, API credentials, and other secrets here they will be ignored by git.

sampletracker's People

Contributors

johnleavell avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.