denisstasyev / E-Gifts

TechnoTrack FullStack development course by Mail.Ru graduation project

Home Page:https://e-gifts.site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

E-Gifts logo

E-Gifts - Brings gifts to AR & VR!

You have found the E-Gifts GitHub repository, which is our graduation project of the TechnoTrack FullStack development course by Mail.Ru.

Index

  1. Quick Overview
  2. Quick Start
  3. Contributors Links
  4. Available Scripts

Quick Overview

E-Gift is a web resource on which everyone can send a greeting gift in AR/VR to someone.

Quick Start

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:

make

Installs all necessary dependencies via Docker and Docker Compose and runs the application.

make down

Stops the application and deletes Docker container with all dependencies (Docker images are still available).

Contributors Links

If you find a bug, use the Bug Report Form.

Available Scripts

make up

Launches the application and installs (if necessary) some Docker images.

make stop

Stops running containers without removing them.

make restart

Relaunches the application.

make build

Builds all custom Docker images.

make install

Builds and runs the application (the same as make).

make rm

Deletes all installed Docker images (except for Node).

make logs

Shows all logs.

About

TechnoTrack FullStack development course by Mail.Ru graduation project

https://e-gifts.site


Languages

Language:JavaScript 51.1%Language:C# 42.2%Language:HTML 6.1%Language:Dockerfile 0.3%Language:Makefile 0.2%Language:CSS 0.1%