Skip to content

Very basic app with nestjs & react native expo to see users and their notes

Notifications You must be signed in to change notification settings

ArnaudNorel95/ReactNativeBasicApp

Repository files navigation

Global

  • For all this project : node version : 20.16.0

Backend

  • 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

Frontend

  • install dependencies
$ npm i 
  • run project on your laptop
npx expo start --web

About

Very basic app with nestjs & react native expo to see users and their notes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published