Loading repository data…
Loading repository data…
ananta / repository
A Flashcard app built using React Native on the frontend & Rust on the backend. This app was built as a coursework for the class "Software Development Methodology"
FlashSwipe is a full-stack mobile app built on top of React Native + Rust
Make sure you have the following program installed on your dev system
We will be using docker containers to setup our PostgreSQL database.
You can use the command make init_db that will automatically:
flashswipe_db_container5432You need to create a .env file inside the /backend/ directory with the keys defined inside the .env.sample
After setting up the .env file, you can run the application using: make run or cargo run
If you want to update the database table, please follow the guidelines to add the migration sequence:
SEQUENCENUMBER_DESCRIPTION.sql inside the /migrations directory