This is the server section of a full-stack project visualising bicycle usage around the Helsinki Metropolitan Area. The data used for this project is owned by City Bike Finland. The dataset for the city bike stations is provided by HSL under this license.
You can access the live version of this project here. Please note that the live version is hosted on a free tier of Render at the moment, which may result in a delay in response time.
This project has been developed and tested under Node.js 22.
For the server setup, use the following command:
yarn installFor database setup, use the following command:
docker compose up --build --renew-anon-volumes -d# development
$ yarn run start
# production mode
$ yarn run start:prodOnce the server is spinning successfully, you can access the REST API through http://localhost:3000
# unit tests
$ yarn run test
# e2e tests
$ yarn run test:e2e
# test coverage
$ yarn run test:cov- Author - Chen Wang
This project uses Nest, which is MIT licensed.