Skip to content

fancydancing/web_auction

Repository files navigation

Credentials

admin/admin - Administrator
user/user - Regular user
user2/user2 - Regular user

API

Swagger API documentation

Project structure

Frontend sources (Angular)

angular_src - sources for frontend
angular_dist - compiled and webpacked frontend files

Backend sources (Django)

web_auction - Django project settings
auction - Django application

Docker files

Dockerfile - setups Django service
docker-compose.yml - runs Django and PostgreSQL
entrypoint.sh - runs Django migrations before Django starts

Local machine deployment

  1. Install Docker.

  2. Before cloning git repository, set git config option core.autocrlf=false.

  3. Move to project folder:

$ cd <your_git_clone_folder_path>/web_auction
  1. Check ip address for web service:
$ docker-machine ip default
  1. Build and run Docker container:
$ docker-compose build
$ docker-compose up
  1. Open ip address (from step 4) in browser with port 8000. For example, in Windows: 192.168.99.100:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published