Install packages:
npm install
To start metro (from react-native project root):
npx react-native start
and then run, in a separate terminal, either ios or android emulator:
npx react-native run-android
or
npx react-native run-ios
Add new migration:
dotnet ef migrations add <migration_name>
or remove the most recent:
dotnet ef migrations remove
and then apply migrations schema to database:
dotnet ef database update
- Add a spot
- Edit a spot
- 🎨 Update tests
- make sure you have .net 6 sdk installed
- git clone the repo
- download Rider on preferred IDE
- download Postman for testing API endpoints