An open API service indexing awesome lists of open source software.

https://github.com/joeclos/hki-citybike


https://github.com/joeclos/hki-citybike

Last synced: 4 months ago
JSON representation

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.