Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/falsehuman/blog-nuxt-django
Блог на NuxtJs/Django
https://github.com/falsehuman/blog-nuxt-django
Last synced: about 5 hours ago
JSON representation
Блог на NuxtJs/Django
- Host: GitHub
- URL: https://github.com/falsehuman/blog-nuxt-django
- Owner: FalseHuman
- Created: 2021-04-08T18:39:26.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-08T18:41:56.000Z (almost 4 years ago)
- Last Synced: 2024-11-19T10:12:29.498Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.31 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog-on-Vue-and-Django
## Build Setup
```bash
# install Node Js and npm
# install dependencies NuxtJS
$ cd frontend
$ npm install
$ npm run dev
# Django
$ pip install Django==2.2.1
$ pip install djangorestframework
$ cd backend
$ python manage.py runserver
```