Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 1 month ago
JSON representation

Flashcards App to quiz yourself on different topics you enter.

Awesome Lists containing this project

README

        


# flashcards

## 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

![NodeJS](https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge&logo=node.js&logoColor=white)

![Fastify](https://img.shields.io/badge/fastify-%23000000.svg?style=for-the-badge&logo=fastify&logoColor=white)

![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB)