Coder Social home page Coder Social logo

nathanpaik / farmsoilmoistureproject Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 2.34 MB

For work on the "Climate Change in a Hungry World" citizen science project

Kotlin 0.15% Swift 0.48% Objective-C 0.04% Dart 64.82% JavaScript 13.41% HTML 17.57% CSS 3.54%

farmsoilmoistureproject's Introduction

FarmSoilMoisture

For work on the "Climate Change in a Hungry World" citizen science project

App

Flutter

Web Interface

React.js

Database

MongoDB

node.js for testing and packaging

static pages folder

  • bootstrap used for easy design and future customization if need arises
  • landing page, sign up and log in design added
  • authentication included in app.js

issues

  • for design's sake, map needs to be out of container
  • general website appearance, especially the data visualization
  • Should add email messagefield?
  • Do we need a navbar for the landing page?

App.js and other server-side programs

dependecies

  • dotenv - manages environment variables to keep them secure when commiting files to remote git repos. The environment variables may contain sensitive information such as API keys etc. It is important that we require the module as early as possible (preferably at the very start of the app.js file) to allow it to configure all the environment variables. Any environment variable declared before the module is not configured.

authentication and login

  • The bcrypt library has been used to hash user passwords, with 10 rounds of salting to enhance encryption.
  • For login activity:

after a successful login, a session is maintained and established through a cookie set in the user's browser so that each subsequent does not contain credentials, but rather a unique cookie that identifies the session. Passport.js is used to serialize and deserialize the User instances to and from the sessions

farmsoilmoistureproject's People

Contributors

nathanpaik 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.