Git Product home page Git Product logo

jhipster-mongodb-sample-projects's Introduction

jhipster-mongodb-sample-projects

Sample projects generated to test/develop support in JHipster for relations/embedded entities with mongodb.

You can try it by cloning and linking jhipster generator and importing a jdl...

⚠️ Status:

This has been integrated into JHipster Release 5.4.0 so these instrucctions are not longer required.

Cloning and linking a local version that supports relations in mongodb

mkdir jhipster-mongodb-sample-projects && cd jhipster-mongodb-sample-projects
git clone https://github.com/ivangsa/jhipster-core.git
git clone https://github.com/ivangsa/generator-jhipster.git
cd jhipster-core
git co mongodb-with-relations-feature-request
yarn link
cd ../generator-jhipster
git co mongodb-with-relations-feature-request
yarn link
cd ..

generating a project using local versions

# generating a project using local versions
mkdir jhipster-mongodb-with-relations && cd jhipster-mongodb-with-relations
yarn link jhipster-core && yarn link generator-jhipster
node_modules/generator-jhipster/cli/jhipster.js
# importing jdl/s
# you can find some tested examples at https://github.com/ivangsa/jhipster-mongodb-sample-projects/tree/master/models-jdl
node_modules/generator-jhipster/cli/jhipster.js import-jdl ../models-jdl/orders-model.jdl ../models-jdl/with-dto-options.jdl

Please, try it!

If you find a jdl model that doesn't work, please send us the jdl + .yo-rc.json so we can work on fixing it

jhipster-mongodb-sample-projects's People

Contributors

ivangsa avatar

Watchers

todun avatar

Forkers

janes alimo100

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.