boomyjee / djangoandvue

Add your own review about something with REST Api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Review poster

GitHub license npm Python Awesome Vue

Built with Vue.js on frontend and Python framework Django on backend

Add your own review about something with REST Api

Before run

Please copy file .env.template, rename it to .env and change connection and security parameters inside this new file before the first run.

Development

Running docker compose

  • run docker-compose up --build

You also may need to use sudo for running docker depends on a way you installed docker and on your OS.

After successful run the app can be accessed on http://127.0.0.1:8000/ (if you didn't change the url inside .env file).

Login and test data

The first run creates a test superuser with the email superuser@example.com and the password superuser. You can use these credentials to log in the app and the admin panel.

License

App is MIT licensed.

About

Add your own review about something with REST Api

License:MIT License


Languages

Language:Python 51.8%Language:Vue 24.5%Language:JavaScript 17.0%Language:Shell 2.5%Language:Dockerfile 2.2%Language:HTML 2.0%