Express.js Restfull api for serving both frontend and mobile clients.
Create .env file by copying .env.example and setting up required configurations.
The express app is served on port 3333 so that into account when setting SERVER_URL.
Install dependencies.
npm installRun knexmigrations and seeds.
npm run knex:migrate
npm run knex:seedStart development server.
npm startImport Insomnia Workspace File available in project tools for testing api endpoints.