Giter Site home page Giter Site logo

nomsi's Introduction

Nomsi

CI CodeFactor code style: prettier License: GPL v3

Description

This Readme is WIP and will be updated in the future, when you can actually find a recipe manager here.

Getting Started

Directly after a clone you have to initiate one first build:

  • In root directory run gradle bundle or ./gradlew bundle.

Development

You will need 2 terminals to achieve hot reloading while coding.

  • In server dir run: gradle -t run or in root dir run: ./gradlew -t :server:run
  • in client dir run: yarn serve or in root dir run: yarn --cwd client serve

Production

  • In root directory run gradle bundle or ./gradlew bundle.

This will create a fat-jar file including everything. In production the built Vue project is served by Ktor itself.

To execute the jar file run java -jar build/server-0.0.1.jar. This will try running on Port 80 (as it's production), if you want to test locally run java -jar build/server-0.0.1.jar -port=SOME_PORT.

nomsi's People

Contributors

tristan2357 avatar

Stargazers

 avatar MariusSp avatar

Watchers

 avatar

nomsi's Issues

Add persistence

Research DB options and connectors for kotlin
Add support for a DB

Add CI

Add Github Actions to testCompile all modules

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.