This is a basic CRUD for a supplier catalog made with React Native.
This was created for IGTI Front-end Mobile Architecture discipline - AFM201A.
- Follow React Native's environment setup
- Install api's dependencies
$ cd suppliercatalog/api
$ npm install
- Run the api
$ cd suppliercatalog/api
$ npm run server
- Run the mobile app
$ cd suppliercatalog/
$ npm run web #or android, ios