Code Monkey home page Code Monkey logo

diploma's Introduction

Как запустить??

  1. Скачать Docker Desktop

  2. Скачать или клонировать проект

  3. Перейти в папку проекта и в консоли написать команду make dev

    (если у вас Windows и возникает ошибка bash: make: command not found, то введите команду docker compose up --build)

  4. Ждем, пока контейнеры соберутся

    В логах должно появиться

    frontend-1  | > [email protected] dev
    frontend-1  | > vite
    frontend-1  | 
    frontend-1  | Re-optimizing dependencies because vite config has changed
    frontend-1  | 
    frontend-1  |   VITE v5.1.4  ready in 770 ms
    frontend-1  | 
    frontend-1  |   ➜  Local:   http://localhost:3000/
    frontend-1  |   ➜  Network: http://172.19.0.3:3000/
    api-1       | INFO:     Started server process [9]
    api-1       | INFO:     Waiting for application startup.
    api-1       | INFO:     Application startup complete.
    

Сейчас доступно:

API

Адрес http://localhost:8000/docs

Bеб-приложение

Адрес http://localhost:3000 Веб-приложение имеет связь с сервером! УРА Доступны следующие страницы:

  1. Домашняя страница http://localhost:3000/home (для авторизованных и неавторизованных пользователей они отличаются)
  2. Страница регистрации http://localhost:3000/register
  3. Страница авторизации http://localhost:3000/login

diploma's People

Contributors

ya-varvara avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.