Skip to content
This repository has been archived by the owner on Feb 22, 2021. It is now read-only.
/ illusory-wall Public archive

A project for Database Management πŸ” @ The University of Akron πŸŽ“

Notifications You must be signed in to change notification settings

link00000000/illusory-wall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Illusory Wall πŸ§±πŸ‘»πŸšͺ

A project for Database Management πŸ” @ The University of Akron πŸŽ“

Development πŸ—

Requirements

  • .NET Core 3.1
  • ASP.NET Core 3.1
  • NodeJS 14.x
  • Yarn
  • Docker and docker-compose

Usage

# Start MySQL Database
docker-compose up -d db phpmyadmin

# Start application in development watch mode with live-reload
cd IllusoryWall && dotnet watch -p IllusoryWall run

Locations

Production ✨

Requirements

  • Docker and docker-compose

Usage

# Build application for production and start all containers
docker-compose -f docker-compose.yml up -d

Locations

Structure πŸ›

  • /db: Build files for MySQL docker image
  • /.mysql_data: Data volume used by MySQL docker image
  • /IllusoryWall: Project solution
  • /IllusoryWall/IllusoryWall: IllusoryWall server application
  • /IllusoryWall/IllusoryWall/ClientApp: Web Client
  • /IllusoryWall/WebScraper: Web scraper shared library
  • /Client: Symbolic link to /IllusoryWall/IllusoryWall/ClientApp

About

A project for Database Management πŸ” @ The University of Akron πŸŽ“

Resources

Stars

Watchers

Forks