A simple PoC-like app for booking various business-related resources (cars, offices).
On the FE (from ./fe):
npm run start
On the BE (from ./be):
npm run start
Note that an instance of MongoDB running on the default location (localhost:27017) is assumed!
See package.json scripts for further commands.
In general, the app is built with a very lean PoC-approach in mind. For further details on design decisions, see this document.
