Brief description of what this repository contains. It should cover what this service, application or function do.
- NodeJS v12.14 or higher.
- Yarn v1.21 or higher.
- Python v2.9 or higher.
- XCode v11.0 or higher
- Android Studio v3.5 or higher
- Android SDK 28
- MySQL v8.0 or higher
- Maven v4.0 or higher
- JDK v8.0 or higher
Copy .env.copy to a new file .env and add the values that match with each key and description. All variables must be loaded in .env to be able to run the project.
In root directory run the following command:
yarn installIn root directory run the following command:
yarn devIn root directory run the following command:
yarn build && yarn startYou can run application container using Dockerfile. You must have Docker installed on your system to be able to run container.
docker run --name mysql --rm -p 3308:3306 -e MYSQL_ROOT_PASSWORD=toor mysql:8docker run --rm --name redis -p 6379:6379 redis:5.0.5-busterSteps to run on VS Code
Steps to run on VS Code
Steps to run on XCode
Steps to run on IntelliJ
This project is based on Next.JS. if you need to know more about the framework you can know more in Next.js documentation