Skip to content

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"

ananta/FlashSwipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlashSwipe

Preview

Background

FlashSwipe is a full-stack mobile app built on top of React Native + Rust

Requirements

Make sure you have the following program installed on your dev system

Database Setup

We will be using docker containers to setup our PostgreSQL database.
You can use the command make init_db that will automatically:

  • create a container named flashswipe_db_container
  • setup a postgres server inside the container &
  • expose it to the default postgres port 5432

Running the Backend

You 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

Migrations

If you want to update the database table, please follow the guidelines to add the migration sequence: SEQUENCENUMBER_DESCRIPTION.sql inside the /migrations directory

About

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"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages