This application will allow the user to monitor the current price of fuel in Munster. It is also possible to see the dynamics of price changes over a certain period. Currently, the app uses the api, which provides data on fuel in Germany.
To get a local copy up and running follow these simple example steps.
Personally, I use npm as a package manager
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/codeformuenster/fuelprices.git
- Install NPM packages
npm run install
- Copy .env file and create your local env file:
- for server folder, 'env.local'
- for client folder 'env.localenv'
- Run projects locally:
- for server
npm run local
- for client
npm run local
- for server
- Create mobile app
See the open issues for a full list of proposed features (and known issues).
Distributed under the MIT License. See LICENSE.txt
for more information.
https://codeformuenster.org/#projekte
Project Link: https://github.com/codeformuenster/fuelprices