Coder Social home page Coder Social logo

leed1314 / ludustack Goto Github PK

View Code? Open in Web Editor NEW

This project forked from anteatergames/ludustack

0.0 0.0 0.0 13.03 MB

Making gamedev dreams come true.

Home Page: https://www.ludustack.com

License: MIT License

C# 48.30% HTML 30.32% Dockerfile 0.08% CSS 7.08% JavaScript 14.22% Shell 0.01%

ludustack's Introduction

ludustack

License

Name Deploy Code Factor Better Code
development Quality Gate Status CodeFactor BCH compliance
master Quality Gate Status CodeFactor BCH compliance

Table Of Contents

Technical specifications

  • DDD oriented
  • ASP.NET Core 3.1
  • Mongodb

Preparing the environment

Create an account at https://cloudinary.com and get the CLOUDINARY_URL provided on your dashboard.

You need the following Environment Variables on your system:

Name Value
CLOUDINARY_URL cloudinary://{yourapikey}:{yourapisecret}@{yourcloudname}

If you need to clean the certificate mess on your machine, run this:

dotnet dev-certs https --clean

If any window pops up asking if you want to delete the certificate from the root store, confirm it.

To generate a new dev certificate, run this:

dotnet dev-certs https --trust -ep $env:USERPROFILE.aspnet\https\aspnetapp.pfx -p SECRETPASSWORD

If any window pops up asking if you want to install the certificate, confirm it.

Now you have a certificate file named aspnetapp.pfx at *%USERPROFILE%.aspnet\https*.

You may see a message like "A valid HTTPS certificate with a key accessible across security partitions was not found". Don't worry, this is a known issue and will be fixed by the dotnet team as soon as possible.

How to run

To run the whole application inside a container, run the following command:

docker-compose up

This command will download the needed images from the docker hub and start two containers:

  • ludustack-db;
  • luduscack-web;

To run a local container of the mongodb database, run the following command:

docker-compose -f ./docker-compose.db.yml up

This command will start only the ludustack-db, allowing you to connect to the database by running the project using dotnet run command or the solution on Visual Studio.

License

This project is licensed under the MIT License

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.