Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dancastillo/flashcards
- Owner: dancastillo
- Created: 2022-10-25T01:27:44.000Z (about 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-28T13:05:07.000Z (about 2 months ago)
- Last Synced: 2024-10-28T16:48:40.038Z (about 2 months ago)
- Topics: fastify, mercurius, nodejs, react, urql
- Language: TypeScript
- Homepage:
- Size: 978 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
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
![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)