A tw-utils REST API
- Get a nodeJS environment (tested with v16.11.1)
- Install the dependencies
npm i
- Create the file .env in the repository source using the .env_example
- Complete the fields
- Run the API
- For production
npm run build && npm run start
- For dev
npm run dev
- For production