Skip to content

codeasatrade/core-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License

This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.

core-db

Contains Challenges Data

Overview

The core-db module is responsible for managing the database that stores challenge data. It includes the necessary SQL scripts to initialize the database schema and populate it with sample data.

Structure

  • init.sql: SQL script to create the database schema and insert initial data.
  • Dockerfile.txt: Dockerfile to build a PostgreSQL image with the initialized database.
  • docker-compose.yml: Docker Compose file to set up the PostgreSQL container.

Usage

To start the database container, run the following command in the core-db directory:

docker-compose up

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published