Skip to content

FastAPI backend with a vuejs frontend for admin messages management

Notifications You must be signed in to change notification settings

novareto/messages_manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Backend

$> cd backend
$> virtualenv -p /usr/bin/python3.8 venv
$> source venv/bin/activate
$> pip install -r requirements.txt
$> uvicorn app:app --reload

Frontend

$> cd frontend
$> yarn install
$> yarn serve

About

FastAPI backend with a vuejs frontend for admin messages management

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published