https://github.com/joeclos/hki-citybike
https://github.com/joeclos/hki-citybike
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/joeclos/hki-citybike
- Owner: JoeClos
- Created: 2023-01-23T22:29:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-03T14:26:26.000Z (over 2 years ago)
- Last Synced: 2025-01-21T03:28:18.488Z (5 months ago)
- Language: JavaScript
- Size: 1.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CityBike Helsinki
## General info
The app displays data from journeys made with city bikes in the Helsinki Capital area.
## Tools and technologies used:
* React.js - client side;
* Neon - SQL and postgres for manipulating database;
* Node.js - (repo here: [Hki-server](https://github.com/JoeClos/citybike-backend))
* Express: a JS library for API.
## Setup
To run this project, install it locally using npm:
* **npm start**
- Runs the app in the development mode.
- Open http://localhost:3000 to view it in your browser.
* **npm test**
- Launches the test runner in the interactive watch mode.
- See the section about running tests for more information.