GithubHelp home page GithubHelp logo

Comments (4)

thosakwe avatar thosakwe commented on May 19, 2024
  1. The application boilerplate is set up to connect to a MongoDB server. If none is running (i.e. a daemon), it will crash. There are three options: remove the database code from the application (not recommended, as this would require you to rewrite your application to use in-memory data stores for services, instead of a persistent DB), rewrite the code to support a different database you have running (RethinkDB is supported. PostgreSQL and a few others are on their way), or install MongoDB (simplest way). I will include documentation about this in the project README. The only issue people ever have with Angel is failures with angel init, and that is because I failed to provide a list of prerequisites to install.

  2. angel_test is an actual Pub package already, and it is imported by the 'angel_common' package, so creating your own package with the same name will inevitably crash your application.

Hope I was of help!

from angel.

thosakwe avatar thosakwe commented on May 19, 2024

Update: See Prerequisites.

from angel.

torchhound avatar torchhound commented on May 19, 2024

I feel rather silly, thanks for the prompt help. Perhaps you could add installing MongoDB/having it running to the website in the Getting Started section. Great website by the way!

from angel.

thosakwe avatar thosakwe commented on May 19, 2024

Great idea, and thank you very much!

from angel.

Related Issues (20)

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.