GithubHelp home page GithubHelp logo

dahalapaar / isec6000-assignment1-task2 Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 744 KB

This repository contains the development and running the Saleor application as a part of the ISEC6000 Secure DevOps assignment.

isec6000-assignment1-task2's Introduction

isec6000-assignment1-task2

This repository contains the development and running of the Saleor application as a part of the ISEC6000 Secure DevOps assignment.

What is Saleor Platform?

Saleor Platform is the easiest way to start local development with all the major Saleor services:

Requirements

  1. Docker

How to clone the repository?

To clone the repository, run the following command

git clone https://github.com/dahalapaar/isec6000-assignment1-task2.git

How to run it?

  1. Go to the cloned directory:
cd saleor-platform
  1. Build the application:
docker compose build
  1. Apply Django migrations:
docker compose run --rm api python3 manage.py migrate
  1. Populate the database with example data and create the admin user:
docker compose run --rm api python3 manage.py populatedb --createsuperuser

Note that --createsuperuser argument creates an admin account for [email protected] with the password set to admin.

  1. Run the application:
docker compose up

Where is the application running?

isec6000-assignment1-task2's People

Contributors

dahalapaar avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.