Skip to content
This repository was archived by the owner on Sep 3, 2020. It is now read-only.

S3Infosoft/mvr-insights

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

203 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mvr-insights

Go To Application for all things at MVR

Build Status Coverage Status

Features

  • User authentication i.e Registration, Login and Logout

Initial Steps

  • Go to the project directory
    cd mvr-insights
    
  • Build the Docker image
    docker build .
    
  • Build the Docker image using docker-compose
    docker-compose build
    
  • Migrate the models to database
    docker-compose run --rm app sh -c 'python manage.py makemigrations'
    docker-compose run --rm app sh -c 'python manage.py migrate'
    

To run the server

  • docker-compose up
    

To create a superuser

To run the tests

  • docker-compose run --rm app sh -c 'python manage.py test'
    

Links

About

Front End Application

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors