A flash card sharing app
View Demo
This app was Buit to give users the ability to share flash cards with each other app sample login:
- email: [email protected]
- password: test1234
To get a local copy up and running follow these simple steps.
This is an example of how to list things you need to use the software and how to install them.
- Docker
sudo apt-get install docker-ce docker-ce-cli containerd.io
- Clone the repo
git clone https://github.com/mage1711/flashCards-django.git
- cd into folder
cd flashCards-django
- create .env file
mkdir .env
- Build image
docker-compose -f docker-compose.yml up -d --build
- go to
image will up at http://localhost:1337/