lashmanovSergey/Collaborative-Editor
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# deploy: first terminal: 1. python -m venv ./venv 2. source ./venv/bin/activate 3. pip install -r ./requirements.txt 4. docker compose up -d 5. alembic upgrade head 6. python -m uvicorn src.main:app --reload second terminal: cd ./fastapi-editor-crud && npx serve -s ./build/ -p 3000 or cd ./fastapi-editor-crud && npm install && npm start now you can access your authentication page at localhost:3000/auth to access document: