Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

37 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Demarket

How to set up database for demarket

version: "3.9"

services:
    demarket-database:
        container_name: demarket-database
        image: postgres:12
        restart: always
        environment:
            POSTGRES_USER: postgres
            POSTGRES_PASSWORD: postgres
            POSTGRES_DB: demarket-database
        ports:
            - 5432:5432
        volumes:
            - pgdata:/var/lib/postgresql/data

volumes:
    pgdata: {}

How to set up backend for demarket

How to set up frontend for demarket

How to set up smart contract for demarket

About

πŸ‡»πŸ‡³ Vietnam Cardano Catalyst - NFT Exchange testing and development environment helps young people approach with the Web3.0 platform.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages