This application will allow the user to monitor the current price of fuel. 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.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
Personally, I use yarn as a package manager
- npm
npm install npm@latest -g
- yarn
npm install --global yarn
Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.
- Clone the repo
git clone https://github.com/milk-2-dev/fuel-price.git
- Install NPM packages
yarn install
- Copy .env file and create your env file:
- for server folder 'local' or 'development'
- for client folder 'localenv' or 'development'
- Run projects locally:
- for server
yarn dev:local
- for client
yarn dev:local
- for server
- Add Changelog
- Add the ability to add stations to favorites
- Add filter for favorites
- Add the ability to add stations to favorites
- Add possibility to add new stations and cities
- Show a price forecast
- 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.
Milk - [email protected]
Project Link: https://github.com/milk-2-dev/fuel-price