Skip to content

jayakrishnan-jayu/CSAMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSAMS

CSA Management System

Requirement

  1. git
  2. Docker
  3. Your favourite ❤️ IDE

Installation

You can run CSAMS with or without docker. (Using Docker is recomended)

  1. Install Docker Desktop

    https://docs.docker.com/desktop/

  2. Clone this repository

    git clone git@github.com:jayakrishnan-jayu/CSAMS.git

    or if you don't have ssh enabled

    git clone https://github.com/jayakrishnan-jayu/CSAMS.git
  3. Build the docker image

    cd CSAMS
    docker-compose build
    docker-compose up

    If everything works out, you can visit http://localhost to see the website

  4. Open up docker backend container CLI

    python manage.py migrate
    sh fake-data.sh 
    // to create fake data
Route What it does
localhost/api/graphql API endpoint and graphql playground
localhost/api/admin Django admin panel