Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```