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
Set back the url in the drizzle.config.ts file to the development url.
If you have no .env or your are yet to run the migrations, run
yarn create-env && yarn setupIf all is setup, you can run the app with
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)