Run this app:
Dockerized:
- Clone this repository
- Make sure that you added ENV variables
- Install Docker and Docker Compose
- Run
docker-compose up --build
in the root folder
Not Dockerized:
- Clone this repository
- Run
npm install
in the frontend folder - Make sure that you added ENV variables
- Run
npm run start
in the frontend folder
Note:
- There is one function that is used in the frontend that is not supported in Firefox, I was using Chrom for the development.
- contact me if you have any questions regarding the setup or anything else (ahmed.krdzalic@gmail.com)