Git Product home page Git Product logo

destiny-cards's Introduction

Destiny Cards

Destiny Cards is a small hello-world-like project, with several services

Have a taste !

You can have a first version here

Local basic install

You can try to install it locally using the nginx file :

destinycards.local.conf

Add it into your nginx "sites-available" then, make a symbolic link, restart, and thats it !

Local advanced install

You can install it locally with the python version of the API using this other nginx conf :

api.destinycards.local.conf

First install python3 requirements :

pip3 install -r requirements.txt

Add it into your nginx "sites-available" then, make a symbolic link, restart nginx, and dont forget to start python Flask API, using :

python3 python/app.py

Database

You will find a database small version, just to have a complete test

You can install it with the command with defaut MySQL like this(login/pwd are just an example)

mysql -uroot -p < db/init.sql

... or with default MariaDB settings, like this :

sudo mysql < db/init.sql

destiny-cards's People

Contributors

drkms avatar

Watchers

James Cloos 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.