Skip to content

Repository files navigation

parking-backend

Backend-side of a parking application.

The app's aim is to enable the user to save where its car was parked and most importantly if the user must move the car before a given time. These operations can be performed thanks to the restful APIs exposed.

Stack

Application is written in Javascript to learn Nodejs along with the Express framework. All data are stored in a Postgres database.

All database structural operations, such as adding columns for instance, are realized by using Liquibase.

Quickstart

Start the application

npm install
npm run start

Execute liquibase updates

npm run liquibase:status # check if there are database updates to run
npm run liquibase:update # execute the updates

About

Back-end part of a parking application. The aim is to help user remember where his/her car is parked and when to move it before being fined.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages