Backend server implementation with
API definitions json file can be found at api-definitions folder. Or Use swagger api: /swagger
To start development follow steps:
- Install NodeJS
- Install MySql Server
- Run sql scripts
-
- src/scripts/initdb.sql
-
- src/scripts/inittable.sql
- Install node modules
npm install
- Run npm start command
npm start
Development server is started on http://localhost:8787
To run app in production:
- Run npm scripts with
npm run build npm run serve
Production server is started on http://localhost:8787