Skip to content

Aditya-Kolla/puzl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

puzl

A mobile first quizzing platform

Setup Guide

Prerequisites

Installation

  1. Clone this repository onto your computer.
    git clone https://github.com/Aditya-Kolla/puzl.git
    
  2. Navigate to the folder.
    cd puzl
    
  3. Create an environment file for the application.
    touch .env
    
  4. Run the docker-compose.yaml file which will bootstrap the application. This will take some time to install all the required dependencies.
    docker-compose up -d
    
  5. To shut down the application, run the following command.
    docker-compose down
    

Troubleshooting

If you have made changes to the docker-compose.yml or any of the Dockerfile, docker-compose up -d might build the outdated setup. You have to force the new build:

  1. docker-compose down
  2. docker volume prune (To remove database artifacts)
  3. docker-compose up --build -d

References

  1. Docker
  2. Docker compose
  3. Nodejs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published