Coder Social home page Coder Social logo

weathr.io's Introduction

Weathr.io

Building and installing

Make sure you have installed Node.js (at least v12) and Python (v3) on your computer. Run npm install to build all necessary dependencies for overall project. cd frontend and run npm install to install those for the frontend. cd backend and run pip install -r requirements.txt (if you have pip on PATH) or py -m pip install -r requirements.txt to install those for the backend. Note that you can do so globally or you can set up your own virtual environment (venv).

Run git checkout dev so that you're working on the developer branch. From there, you can checkout to feature branch you're currently working on

Run npm run start:dev-venv or npm run start:dev-global to start the local servers for both frontend and backend to begin development! Use the global version if you don't have a virtual environment set up.

If you only need to work on the backend, just run npm run start:backend. If you only need to work on the frontend, just run npm run start:frontend.

AWS Notes

You will need an Amazon Web Services Account.

Install the AWS CLI and link your account by running aws configure and entering in your AWS credentials. Your AWS Account will host the resources (DynamoDB tables, ElasticBeanstalk Applications, CodePipeline pipelines) necessary to develop and deploy the application.

weathr.io's People

Contributors

littealeaf28 avatar tealeaf28 avatar aferguson3 avatar jd3builds avatar csaflip avatar meimunchi avatar

Stargazers

 avatar  avatar

Watchers

 avatar

weathr.io's Issues

npm script for backend is windows only.

the shell script used only finds windows venv executables, it is different for linux and macos. There is no venv/Scripts on non-windows venv installations.

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.