Skip to content

lashmanovSergey/Collaborative-Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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: 

About

Collaborative editor with version history.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors