Coder Social home page Coder Social logo

26142group53's Introduction

sustainable-fisheries

Challenge #3 for the Florida Hacks with IBM project

Developers

Member 1: Vince Duarte

Member 2: Jason Lusk

Member 3: Aadesh Thirukonda

Member 4: Kevin Tang

Setup

Dependencies

  • Node.js node -v

  • Node Package Manager npm -v

  • Create the application npx create-react-app sustainable-fisheries NOTE: make sure npm is not installed globally in root directory or there will be an error with node_modules. There should be a relative local node_modules with the app.

if you haven't already, cd sustainable-fisheries && npm install

  • Install MUI Elements

  • yarn add @material-ui/icons

  • yarn add @material-ui/core

  • yarn add fontsource-roboto

  • Install Routing npm install [email protected]

Tutorial

  • Start the app locally cd sustainable-fisheries && yarn start

Setup the server configuration npm install mongodb express cors dotenv

Update the config.env file with your credentials: Replace <username> and <password>

If there is a bug with the server TextEncoder, add this line to node_modules/whatwg-url/dist/encoding.js const {TextDecoder, TextEncoder} = require("util");

Git Authentication VS Code https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token git remote set-url origin https://<TOKEN>@github.com/<user_name>/<repo_name>.git

Install dependencies for the Backend server cd sustainable-fisheries/server npm i bcryptjs body-parser concurrently express is-empty jsonwebtoken mongoose passport passport-jwt validator

Install the nodemon module to run the server sudo npm install -g nodemon nodemon server

Install Postman for API testing https://www.postman.com/downloads/

26142group53's People

Contributors

vinceduarte avatar jasonlvsk avatar kt-cop avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

kt-cop jasonlvsk

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.