This Project was a test task from Solita.
- Import data from the CSV files to a database or in-memory storage
- Validate data before importing
- Don't import journeys that lasted for less than ten seconds
- Don't import journeys that covered distances shorter than 10 meters
- List journeys
- For each journey show departure and return stations, covered distance in kilometers and duration in minutes
- List all the stations
- Station name
- Station address
- Total number of journeys starting from the station
- Total number of journeys ending at the station
https://github.com/solita/dev-academy-2023-exercise
will be added soon
Follow these steps to get the project up and running on your local machine:
Clone the repository:
git clone https://github.com/AlikiKap/bikes_app.git
Navigate to the project directory:
cd bikes_app
cd city_bike_finland
Install the dependencies:
npm install
Once you have installed the dependencies, you can start the development server:
npm run start
This will start the application in development mode, and you can access it in your web browser at http://localhost:3000.
Distributed under the MIT License. See LICENSE.txt
for more information.
Aliki Kapasakalidi - @AlikiKap - aliki02.kapasakalidi@gmail.com
Project Link: https://github.com/AlikiKap/wolt-delivery-calculator.git