Skip to content

Wowlian/poor-man-twitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

poor-man-twitter

Technical stacks

  • Front end
    • vue 3.2.41
    • moment 2.29.4
  • Back end
    • django 4.1.3
    • django rest framework 3.14.0
    • django corsheaders 3.13.0
    • SQLite3

Installation and run

## run front end 
move to client directory
...
npm install
npm run dev

# localhost:5173

## run back end

move to root directory
...

python manage.py runserver

# localhost:8000/api/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published