https://github.com/leadcodedev/memory-api
https://github.com/leadcodedev/memory-api
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/leadcodedev/memory-api
- Owner: LeadcodeDev
- License: mit
- Created: 2021-06-15T07:42:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-17T09:19:44.000Z (over 4 years ago)
- Last Synced: 2025-03-06T00:36:07.905Z (12 months ago)
- Language: TypeScript
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```