You have found the E-Gifts GitHub repository, which is our graduation project of the TechnoTrack FullStack development course by Mail.Ru.
E-Gift is a web resource on which everyone can send a greeting gift in AR/VR to someone.
To run this project, you must have Docker and Docker Compose installed.
Before starting this project, look at the "Initial Setup" part of frontend/README.md
In the project directory, you can run:
Installs all necessary dependencies via Docker and Docker Compose and runs the application.
Stops the application and deletes Docker container with all dependencies (Docker images are still available).
If you find a bug, use the Bug Report Form.
Launches the application and installs (if necessary) some Docker images.
Stops running containers without removing them.
Relaunches the application.
Builds all custom Docker images.
Builds and runs the application (the same as make
).
Deletes all installed Docker images (except for Node).
Shows all logs.