This project contains the api project to serve the DataMobilize mobile and web app.
- Node.js 16+
- Yarn
- Create a
.envfile using the template.env.example - Install dependencies
yarn install- Start Application
yarn serveThe application will be launched by Nodemon so it's will restart automatically on file change
Test the API with: Postman
Swagger: http://localhost:3010/api-docs/
(Update the port number to match the one in .env)