Git Product home page Git Product logo

stein's Introduction

Stein

funny stone picture

Public instance

Setup (Linux)

Prerequisites

  • Node >= v16

  • NPM

  • Python3

  • Python3-venv

  • a nice stone nearby ๐Ÿชจ

Using the install script

  • Use the provided root/setup.sh script.

Try these steps if it doesn't work:

Frontend

  • npm install -g @angular/cli

  • In root/frontend/stein_app:

    • npm install

    • ng build

Backend

  • python3 -m venv .

  • source bin/activate

  • pip3 install -r requirements.txt

Either run the module app:create_app() using a WSGI server, or

use the run_debug.sh script in root/backend/src/flask_app to use the flask debug server

  • Make sure that you've activated the virtual environment before starting.

    (in root/backend)

    source bin/activate
    cd src/flask_app
    ./run_debug.sh

If the frontend was built succcessfully, it should work automatically

stein's People

Contributors

jerrynicki avatar f1nal04 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

stein's Issues

Improve Comments

Refresh page after comment creation and give feedback (loading Indicator)

frontend - login

Implementation of login component which can later be wrapped into a popup or dedicated page

getBanned

create endpoint that returns if a user is banned

Update readme

Update readme to comply with Angular17 and new configuration after completion of Issues #42 and #43

add validation

Add validation to input fields (e.g. Password must be xx Chars long and Contain Special Character) which throws error if criteria isn't met

frontend - registration

Implementation of registration component which can later be wrapped into a popup or dedicated page

getUser Endpoint

create endpoint that returns the Username from given token if valid

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.