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

https://github.com/leadcodedev/memory-api


https://github.com/leadcodedev/memory-api

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Memory API

This repository is dedicated to [O'clock](https://github.com/O-clock-Teach)
This memory game is composed of an [frontend](https://github.com/LeadcodeDev/memory-ui) and an api

To start the frontend project, please follow the instructions below:
```
npm install
# or
yarn
```
Then you shoud to create an new `.env` file based on [`.env.example`](https://github.com/LeadcodeDev/memory-api/blob/main/.env.example) and change database settings (default as MySQL) for your environment.

Then, you can run your app
```
npm run dev
# or
yarn dev
```