Skip to content

IMT-Atlantique-FIL-2020-2023/NADA-webapp

Repository files navigation

Build Version Language Roadmap License


Logo

N.A.D.A Webapp

National Atmospheric Data | Capture data from airport sensor and visualize it.

Browse the website »

View Back · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. License
  5. Acknowledgments

About The Project

NADA webapp Screen Shot

(back to top)

Built With

(back to top)

Getting Started

Prerequisites

You will need several programs to run this application on your machine:

  • git, to fetch and manage the project files
  • docker, if you want to run the app in a container
  • node 14, for the development or deployment server

For node, we recommend the use of nvm

nvm install 14.X.X
nvm use 14.X.X

Installation

To fetch the project files

  1. Clone this project (git clone https://github.com/IMT-Atlantique-FIL-2020-2023/NADA-webapp.git)

To launch the development env

  1. Then setup the dependancies (npm install)
  2. Launch the vite dev app (npm run dev)
  3. Launch the appolo mock (npm mock:api)

In case of problem with the mock, do it manually with:

npm install -g graphql-faker
graphql-faker --port 9002 schema.graphql

To compile and deploy the app

  1. Check the preview (npm run serve)
  2. Build the app (npm run build)
  3. browse the compiled version (cd ./dist)

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Acknowledgments

Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!

(back to top)

About

Nantes Atmospheric Data | Capture data from airport sensor and visualize it

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published