https://github.com/leonrinkel/car2park
https://github.com/leonrinkel/car2park
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/leonrinkel/car2park
- Owner: leonrinkel
- Created: 2020-01-10T14:31:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T11:35:00.000Z (over 3 years ago)
- Last Synced: 2025-01-09T10:34:46.054Z (over 1 year ago)
- Language: Java
- Size: 2.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Something like the following should get the backend server running. Everything
in this repo is more like a quick poc and does not claim to be working very
well.
```bash
$ cd backend-server
$ npm install
$ npm build
$ npm start
```