Skip to content

๐Ÿ™Œ Web service for posting artcles | simple CRUD

Notifications You must be signed in to change notification settings

kh-elbrus/DRF-ANG-WebService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

18 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Rest Framework | Angular | Postgresql | Docker

๐Ÿ™Œ Web service for posting artcles | simple CRUD


Banner


Installation Guide

  1. install docker and docker-compose

  2. clone the repository:

git clone https://github.com/kh-elbrus/DRF-ANG-WebService.git
  1. put your django secret key, passwords into .env file

  2. run the following commands

sudo docker-compose build
sudo docker-compose up -d