https://github.com/dancastillo/flashcards
Flashcards App to quiz yourself on different topics you enter.
https://github.com/dancastillo/flashcards
fastify mercurius nodejs react urql
Last synced: 21 days ago
JSON representation
Flashcards App to quiz yourself on different topics you enter.
- Host: GitHub
- URL: https://github.com/dancastillo/flashcards
- Owner: dancastillo
- Created: 2022-10-25T01:27:44.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2025-04-29T02:21:56.000Z (22 days ago)
- Last Synced: 2025-04-30T05:05:26.152Z (21 days ago)
- Topics: fastify, mercurius, nodejs, react, urql
- Language: TypeScript
- Homepage:
- Size: 2.34 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
## Description
flashcard app to quiz yourself
## Installation
Get code
```
# Clone this repository
$ git clone https://github.com/dancastillo/flashbards
```Go into directory
```
$ cd flashcards
```App
```
$ cd app# install dependencies
$ yarn install
```API
```
$ cd api# install dependencies
$ yarn install
```### Usage option 1
App
```
$ cd app# install dependencies
$ yarn install# run app
$ yarn start
```API
```
$ cd api# install dependencies
$ yarn install# run api
$ yarn dev
```### Usage option 2
install [docker](https://docs.docker.com/engine/install/)
```
# Run docker compose at root of project
docker-compose up
```### Built With


