REST api with React Native client
- Run
npm installoryarn installin each directory to install all dependencies. - Run
npm startoryarn startin diary-back-end directory to start the server. - Run
npx expo start --webin diary-ui directory to start the client in web browser.