Skip to content

wangc9/journey-viewer-server

Repository files navigation

Description

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.

Project setup

This project has been developed and tested under Node.js 22.

For the server setup, use the following command:

yarn install

For database setup, use the following command:

docker compose up --build --renew-anon-volumes -d

Compile and run the project

# development
$ yarn run start

# production mode
$ yarn run start:prod

Once the server is spinning successfully, you can access the REST API through http://localhost:3000

Run tests

# unit tests
$ yarn run test

# e2e tests
$ yarn run test:e2e

# test coverage
$ yarn run test:cov

Stay in touch

License

This project uses Nest, which is MIT licensed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages