- For all this project : node version : 20.16.0
- refer to README inside my-nest-backend
- use and restore dump.sql to load existing datas
$ psql -U username -d dbname < dump.sql
- before running API don't forget to create a .env file with following infos:
DATABASE_HOST=localhost
DATABASE_PORT=5432
DATABASE_USER=<username>
DATABASE_PASSWORD=<password>
DATABASE_NAME=myapp
- use and import in Postman NODE_Project.postman_collection.json if you want a ready to run collection
- install dependencies
$ npm i
- run project on your laptop
npx expo start --web