A full stack e-learning application, the backend using django restframework and docker
API Service backing client interfaces
Technologies
Description
Getting Started
Getting started with this project is very simple, all you need is to have Git and Docker Engine installed on your machine. Then open up your terminal and run this command git clone https://github.com/decadevs/devsprime-api.git
to clone the project repository.
Change directory into the project folder cd devsprime-api
and build the base python image used for the project that was specified in dockerfile by running docker build .
Note the dot (.) at end of the command.
Spin up other services needed for the project that are specified in docker-compose.yml file by running the command docker-compose up
. At this moment, your