Skip to content

Butterflyk77/nuxt-django-postgresql

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nuxt-django-postgresql

Nuxt.js, Django, PostgreSQL, Nginx, Docker, Adminer

Installation

$ git clone https://github.com/115design/nuxt-django-postgresql.git
$ cd nuxt-django-postgresql
$ make start
$ make make_migrations
$ make migrate
$ make create_superuser
$ make restart_django
$ make collect_static

Django: http://localhost:8000
Adminer: http://localhost:8080
Nuxt.js: http://localhost:3000

Author

115design

Licence

MIT

About

Nuxt.js, Django, PostgreSQL, Nginx, Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 49.3%
  • Vue 28.4%
  • Makefile 15.4%
  • JavaScript 3.8%
  • Dockerfile 3.1%