Skip to content

naritotakizawa/naritoblog2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

naritoblog2020

Nuxt.js と Django rest framework で作成した、シンプルなブログです。

TOPページ

Screenshot_2020-12-28 frontend

記事ページ

Screenshot_2020-12-28 Switchのゲームが沢山あって、どれをやるか決められない

動かし方

git clone https://github.com/naritotakizawa/naritoblog2020
cd naritoblog2020
vim docker-compose.yml

サーバーの IP アドレスやドメインに書き換える(サーバーではなく、手元の PC で動かしたいなら不要)

ALLOWED_HOSTS=127.0.0.1ALLOWED_HOSTS=narito.ninja
docker-compose build
docker-compose up

少し待った後、http://IPorDomain にアクセスする(サーバーではなく、手元の PC で動かしたいならhttp://127.0.0.1 にアクセス)

username: admin password: admin123

でスーパーユーザーが一人作られるので、このユーザーでログインや記事の作成ができます。

About

Nuxt.jsとDjango rest frameworkで作成した、シンプルなブログです。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published