Giter Site home page Giter Site logo

microrealestate / microrealestate Goto Github PK

View Code? Open in Web Editor NEW
556.0 31.0 208.0 339.1 MB

This is an Open Source Real estate management system that helps landlords to manage their rentals and properties

License: MIT License

Shell 0.01% JavaScript 79.85% Dockerfile 1.94% EJS 4.77% CSS 0.92% TypeScript 12.52%
realestate real-estate opensource open-source rental property-management landlord

microrealestate's Introduction

MicroRealEstate

Continuous Integration

MicroRealEstate is an open-source application designed to assist landlords in managing their properties and rentals. With a user-friendly interface and a range of helpful features, MicroRealEstate (MRE) serves as a centralized platform for landlords to streamline their property management tasks.

MRE is designed to be customizable, allowing landlords to adapt the application to their unique property management needs. As an open-source project, MRE benefits from continuous improvement and community-driven enhancements.

Key Features

  • Centralized Property and Tenant Information: MRE allows landlords to store all property and tenant details in one convenient location. From property specifications to tenant records and contact information, everything is easily accessible whenever you need it.

  • Rent Lease Creation: MRE simplifies the process of creating rent leases. It offers customizable templates that enable landlords to generate lease tailored to their specific requirements.

  • Rent Payment Tracking: MRE provides a comprehensive system for tracking rent payments, helping landlords stay updated on transactions and promptly address any overdue payments.

  • Custom Document Generation: MRE allows landlords to create custom documents for effective communication with tenants. Personalized letters, notices, and announcements can be generated to ensure clear and consistent correspondence.

  • Collaboration: Whether you are an independent landlord or manage a real estate business with multiple collaborators, MRE supports collaboration and facilitates task coordination within teams.

Screenshots

Explore the application through these screenshots:

Rents page Send notices, receipt by email Pay a rent
drawing drawing drawing
Tenants page Tenant details
drawing drawing
Properties page Property details
drawing drawing
Landlord page Template leases Author a contract
drawing drawing drawing
Members
drawing

Getting started

Get started with the application by following these installation steps.

Prerequisite

1. Install the application

Download the latest release from github. Copy paste and exectute this command in a terminal:

On Linux

mkdir -p microrealestate; curl -L https://github.com/microrealestate/microrealestate/releases/latest/download/mre-linux-x64.tar.gz | tar -xz -C microrealestate

On Mac

mkdir -p microrealestate; curl -L https://github.com/microrealestate/microrealestate/releases/latest/download/mre-macos-x64.tar.gz | tar -xz -C microrealestate

On Windows PowerShell

wget https://github.com/microrealestate/microrealestate/releases/latest/download/mre-win-x64.zip -Outfile microrealestate.zip; Expand-Archive microrealestate.zip -DestinationPath microrealestate; Remove-Item microrealestate.zip

2. Start the application

Go in the microrealestate directory and launch the application:

$ cd microrealestate
$ ./mre start

The first time, you can expect a series of questions to configure the application. Answer the questions as prompted to tailor the application to your specific needs. Once you've completed this interactive configuration, a .env file will be generated, containing your settings.

? Do you want the database to be populated with? demonstration data
? Select your email delivery service? (required for password reset and tenant sign in) None
? Enter the URL to access the landlord front-end: http://localhost:8080/landlord
? Enter the URL to access the tenant front-end (it should share the same domain and port as the landlord front-end URL): http://localhost:8080/tenant

Once the application has started successfully, you will find several links displayed in the console to access the landlord and tenant applications.

Copy the link and paste into your preferred web browser to access the applications.

Community

How can you get involved?

  • Code Development: Whether you're an experienced developer or a coding enthusiast, there's a place for you. Contribute your expertise in building robust features, fixing bugs, and optimizing performance.
  • User Interface (UI) and User Experience (UX) Design: Join our efforts in creating an intuitive and visually appealing interface that enhances user experience. Your creative input will be invaluable in making MRE a joy to use.
  • Documentation and Localization: Contribute to improving MRE's documentation, making it comprehensive and accessible to users worldwide. Additionally, assist in localizing the application to reach a broader audience.
  • Testing and Quality Assurance: Ensure the reliability and stability of MRE by actively testing new features and providing valuable feedback. Help maintain a high standard of quality and user satisfaction.

To run the application in development mode, follow the steps outlined in the documentation available here

Donate

Your support means the world to me as I work on this project. If you'd like to show your appreciation and help fuel my efforts, you can buy me a coffee or two. Every contribution goes a long way in keeping me motivated and dedicated to delivering the best results. Thank you for your support! ๐Ÿ™Œ

Donate

Contact

Connect with me on LinkedIn and Twitter to get in touch:

LinkedIn: www.linkedin.com/in/caissani Twitter: @camelaissani

Feel free to reach out to me to connect, collaborate, and discuss anything related to our shared interests.

License

The project is licensed under the MIT License. To view the license details, please follow the link below:

MIT License

Feel free to review the license terms and conditions to understand the permissions and restrictions associated with the project.

microrealestate's People

Contributors

camelaissani avatar markusi13 avatar nightdog avatar zeronounours avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

microrealestate's Issues

/bin/sh: 1: wget: not found E: gnupg, gnupg2 and gnupg1 do not seem to be installed, but one of them is required for this operation

I am running the app on Linux Kali Rolling and execution of ./mre build I get the following error
/bin/sh: 1: wget: not found E: gnupg, gnupg2 and gnupg1 do not seem to be installed, but one of them is required for this operation ERROR: Service 'pdfgenerator' failed to build: The command '/bin/sh -c wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - && sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' && apt-get update && apt-get install -y google-chrome-unstable fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-kacst ttf-freefont --no-install-recommends && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 255

Error while fetching email data return 422 error code

Hi!

@camelaissani

I have checked the microrealestate application in the dev (./mre dev) modes with .env file filled with the latest config and repository changes(2602771). While sending an invoice or rentcall mail from the Rents tab we are facing issues like "Request failed with status code 422"

Terminal Screenshot:

image

Note: I have just added logger to debug the issue no code changes are done with latest commit(2602771)

It seems like the issue in the following file https://github.com/microrealestate/microrealestate/blob/master/services/emailer/src/emaildata.js, there are no data directory in mentioned directory path code on latest changes.

Kindly let us know there is any solution to fix this issue.

Thank you!

Installing gives demo page

Hi,

Great work with this project. Is there an easy way to automatically clean all the database entries / alter some global config to customize for your needs? I was able to get the orchestrated containers all working but it only brings up the demo version with pre-loaded information.

Thanks!

Translate the application in German

Can you please include the code for Front-end please if possible? so i can put in .env i want to use it for production so i can use it to put my rents and some properties

here is the only code i got for Loca, i am not sure if you really included Front-End

loca

DEMO_MODE=false
RESTORE_DB=false
PRODUCTIVE=true
BASE_DB_URL=mongodb://mongo/locadb

authenticator

AUTHENTICATOR_TOKEN_DB_PASSWORD=your_db_token_password
AUTHENTICATOR_ACCESS_TOKEN_SECRET=your_access_token_secret
AUTHENTICATOR_REFRESH_TOKEN_SECRET=your_refresh_token_secret

emailer

MAILGUN_API_KEY=mailgun_api_key
MAILGUN_DOMAIN=mailgun_domain
EMAIL_FROM=[email protected]
EMAIL_BCC=[email protected],[email protected]
EMAIL_REPLY_TO=[email protected]

CORS issue

Great app! I am just now trying to get it running. There seems to be a CORS issue:

:8080/signup:1 Access to XMLHttpRequest at 'http://localhost:8080/api/v2/authenticator/signup' from origin 'http://167.71.22.26:8080' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.

Any help is appreciated. :)

yml unsupported

Can't run mre start with the current yml file versions.
Works if I use v 2.
On ubuntu 16.04
Docker version 18.06.0-ce

ERROR: Version in "././docker-compose.monitoring.yml" is unsupported. You might be seeing this error because you're using the wrong Compose file version. Either specify a version of "2" (or "2.0") and place your service definitions under the `services` key, or omit the `version` key and place your service definitions at the root of the file to use version 1.
For more on the Compose file format versions, see https://docs.docker.com/compose/compose-file/

Simplify the app startup

Currently starting the application requires to follow couple of steps (create a .env file, set some options, generate tokens...) before having it running in Producton mode see #29.

The objective of this issue is to simplify this process.

One option might be to convert the Bash/PowerShell scripts (mre and mre.ps1) in JavaScript and automate everything.
This option will lead to add nodejs installed as prerequesite.

401 Unauthorized issue while sending rentcall or invoice mail

Hi!

@camelaissani

I have checked the microrealestate application in the dev (./mre dev) modes with .env file filled with the latest config and repository changes(ff4a001). While sending an invoice or rentcall mail from the Rents tab we are facing issues like "Request failed with status code 401"

Terminal Screenshot:

image

It seems like the issue in the pdfgenerator service is not in the emailer service(Reset password mail works fine).

Simplify the project tree setup (mono-repo)

Currently the services and the frontend have their own github repository which are gather in microrealestate with git submodules.

The objective here is to replace this with a mono-repo (npm workspaces). Thereby it will simplify the clone and the installation of the application. Mostly it will allows to share libs across the different services.

The source tree might looks like:

microrealestate
  + cli
  - webapps
      + landlord
       ...
  - services
      + api
      + authenticator
      - common
          + models
          + utils
             ... 
      + emailer
      + pdfgenerator
      + resetservice
  + e2e
  package.json
  node_modules
  ...

Unable to login to the new frontend

Hi,

I'm unable to sign in with the default account '[email protected]:demo'.

I can't create a new username on http://localhost:8080/app/signup. I'm only getting 'Something went wrong' error.

I'm able to browse the deprecated Loca front-end just fine.

Please note this is the first time I'm using Docker. I'm using Windows and Build the application using the '$ ./mre.ps1 build'.

Is there any file I forgot to configure?

Thanks

Create the organization settings tab to enter and save the mailgun config

Create the organization settings tab to enter and save the mailgun config.

The UI should look like this:

image

Backend side the config has to be stored by organization in Vault. The emailer service has to fetch the config from Vault before triggering emails

This issue can be done once the issue #11 will be closed.

Refreshing browser page causes error

Refreshing on any page causes error.

Example on dashboard. Cannot GET /COMPANY%20NAME/dashboard

It seems as though the app is redirecting from /app to / .

Also, is it possible to have /app be default page as / is the old version?

Logo Proposal

Hi, i am a graphic designer and i love open source projects. If you would have me, i would create a logo for this project and it's free of course.

Implement the Dashboard page

Implement Dashboard page with couple of metrics like:

  • The number of active tenant
  • The number of property
  • The year revenues
  • Top 5 tenants who have not paid their rent

Few shortcuts for the main actions

./mre dev issues

after running /mre dev succesfully got issues with localhost/app see feedback
image
and cannot go beyond here am still new to docker technology

I cannot be able to login in both Frontend and Loca. "it is saying something went wrong"

I'm in production mode and demo mode is also saying "something went wrong" when i am trying to log in. Here are the errors i am having below. and i am not in demo mode, when i am trying to create an account or login in it is always saying "something went wrong" and in loca it is saying " A technical issue has occurred (-_-')"

by the way i am using Ubuntu 20.04 LTS

TypeError: Cannot read property 'map' of undefined
at /usr/app/backend/models/realm.js:97:25
at Array.filter ()
at /usr/app/node_modules/sugar/enumerable/internal/wrapNativeArrayMethod.js:12:21
at Array.staticFn.instance (/usr/app/node_modules/sugar/common/internal/fixArgumentLength.js:10:12)
at /usr/app/backend/models/realm.js:96:36
at /usr/app/backend/models/model.js:39:7
at /usr/app/backend/models/db.js:139:7
at /usr/app/node_modules/mongojs/lib/cursor.js:73:24
at AsyncResource.runInAsyncScope (async_hooks.js:197:9)
at runInAsyncScope (/usr/app/node_modules/mongojs/lib/cursor.js:195:16)
error: Forever detected script exited with code: 1
error: Script restart attempt #2
debug: loaded page accounting
debug: loaded page dashboard
debug: loaded page occupant
debug: loaded page owner
debug: loaded page print
debug: loaded page profile
debug: loaded page property
debug: loaded page realm
debug: loaded page rent
debug: loaded page signin
debug: loaded page signup
debug: loaded page website

Can't install microrealestate on Raspberry Pi 4

Hello there! I found about loca and microrealestate recently and I'm very interested in trying it to help me out organizing a coworking space a help managing, however, I'm facing a few problems while trying to build the app. I'm trying to run it on both Raspberry Pi 4 (2GB) and Raspberry Pi 4 (4GB) running raspbian buster and ubuntu. Notice: I'm not a developer, then some of the issues I'm facing might be noob issues, anyways, I really appreaciate any support you can give me.

First, I ran into a problem running the following command "apt install google-chrome-unstable" part in pdfgenerator/Dockerfile. I tried some workaround such as replacing it with "apt install google-chrome-stable" and I receive the same error message I decide to comment this command then the Dockerfile run completly with no error. I'm not sure though if there will be any upside because of this change, but it was the sollution I found so far. The original error log was the following:

"E: Unable to locate package google-chrome-unstable
The command '/bin/sh -c wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - && sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' && apt-get update && apt-get install -y google-chrome-unstable fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-kacst ttf-freefont --no-install-recommends && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 100
ERROR: Service 'pdfgenerator' failed to build : Build failed"

Second, the installation proceeds to run loca/Dockerfile. Again, the installation crashes when trying to run "apt-get install -qqy mongodb-org-tools". I tried changing it to "apt-get install -qqy mongodb-org" and "apt-get install -y mongodb-org" but none of them work, so I just commented this mangodb-org installation and proceeded anyways. Probably this was not a good choice.

Third, the installation proceeds but crashes again with the following log message:

"> [email protected] buildprod /usr/app

NODE_ENV=production node scripts/build.js

files built
npm ERR! code ENOTEMPTY
npm ERR! syscall rmdir
npm ERR! path node_modules/mozjpeg
npm ERR! errno -39
npm ERR! ENOTEMPTY: directory not empty, rmdir 'node_modules/mozjpeg'

npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2021-06-05T12_18_37_179Z-debug.log
The command '/bin/sh -c npm set progress=false && npm config set depth 0 && npm install forever -g --silent && npm ci && npm run buildprod && NODE_ENV=production npm prune' returned a non-zero code: 217
ERROR: Service 'loca' failed to build : Build failed"

At this point I'm not sure if the errors I'm getting are a result of the modifications I made or if that's because of something else. Anyway, I hope someone can help me out. I'm looking foward to be able to run MRE on my local raspberry pi host and see what it can does.

502 issue while creating first organisation

Hi

@camelaissani

I have checked the microrealestate application in the dev (./mre dev) modes with .env file filled with the latest config and repository changes(c664a7d). While login as first access we unable to create organisation(502 issue)

Browser Screenshot:

image

Terminal Screenshot:

image

Kindly let us know there is any solution to fix this issue.

Thank you!

Translate the application in Brazilian

Can't git clone --recursive

I'm not able to git clone the three submodules.

git clone --recursive https://github.com/microrealestate/microrealestate.git
Cloning into 'microrealestate'...
remote: Counting objects: 170, done.
remote: Compressing objects: 100% (8/8), done.
remote: Total 170 (delta 4), reused 8 (delta 2), pack-reused 160
Receiving objects: 100% (170/170), 131.72 KiB | 312.00 KiB/s, done.
Resolving deltas: 100% (87/87), done.
Submodule 'emailer' ([email protected]:microrealestate/emailer.git) registered for path 'emailer'
Submodule 'loca' ([email protected]:camelaissani/loca.git) registered for path 'loca'
Submodule 'pdfgenerator' ([email protected]:microrealestate/pdfgenerator.git) registered for path 'pdfgenerator'
Cloning into '/home/user/loca-test/microrealestate/emailer'...
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of '[email protected]:microrealestate/emailer.git' into submodule path '/home/user/loca-test/microrealestate/emailer' failed
Failed to clone 'emailer'. Retry scheduled
Cloning into '/home/user/loca-test/microrealestate/loca'...
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of '[email protected]:camelaissani/loca.git' into submodule path '/home/user/loca-test/microrealestate/loca' failed
Failed to clone 'loca'. Retry scheduled
Cloning into '/home/user/loca-test/microrealestate/pdfgenerator'...
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of '[email protected]:microrealestate/pdfgenerator.git' into submodule path '/home/user/loca-test/microrealestate/pdfgenerator' failed
Failed to clone 'pdfgenerator'. Retry scheduled
Cloning into '/home/user/loca-test/microrealestate/emailer'...
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of '[email protected]:microrealestate/emailer.git' into submodule path '/home/user/loca-test/microrealestate/emailer' failed
Failed to clone 'emailer' a second time, aborting

Fails also when I try submodule update:

git submodule update --init --recursive
Cloning into '/home/user/loca-test/microrealestate/emailer'...
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of '[email protected]:microrealestate/emailer.git' into submodule path '/home/user/loca-test/microrealestate/emailer' failed
Failed to clone 'emailer'. Retry scheduled
Cloning into '/home/user/loca-test/microrealestate/loca'...
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of '[email protected]:camelaissani/loca.git' into submodule path '/home/user/loca-test/microrealestate/loca' failed
Failed to clone 'loca'. Retry scheduled
Cloning into '/home/user/loca-test/microrealestate/pdfgenerator'...
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of '[email protected]:microrealestate/pdfgenerator.git' into submodule path '/home/user/loca-test/microrealestate/pdfgenerator' failed
Failed to clone 'pdfgenerator'. Retry scheduled
Cloning into '/home/user/loca-test/microrealestate/emailer'...
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of '[email protected]:microrealestate/emailer.git' into submodule path '/home/user/loca-test/microrealestate/emailer' failed
Failed to clone 'emailer' a second time, aborting

Or like this:

user@user-machine:~/loca-test/microrealestate$ git submodule init
user@user-machine:~/loca-test/microrealestate$ git submodule update
Cloning into '/home/user/loca-test/microrealestate/emailer'...
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of '[email protected]:microrealestate/emailer.git' into submodule path '/home/user/loca-test/microrealestate/emailer' failed
Failed to clone 'emailer'. Retry scheduled
Cloning into '/home/user/loca-test/microrealestate/loca'...
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of '[email protected]:camelaissani/loca.git' into submodule path '/home/user/loca-test/microrealestate/loca' failed
Failed to clone 'loca'. Retry scheduled
Cloning into '/home/user/loca-test/microrealestate/pdfgenerator'...
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of '[email protected]:microrealestate/pdfgenerator.git' into submodule path '/home/user/loca-test/microrealestate/pdfgenerator' failed
Failed to clone 'pdfgenerator'. Retry scheduled
Cloning into '/home/user/loca-test/microrealestate/emailer'...
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of '[email protected]:microrealestate/emailer.git' into submodule path '/home/user/loca-test/microrealestate/emailer' failed
Failed to clone 'emailer' a second time, aborting

I was able to run the project by cloning each repository separately.

Make Unit a sub-element of Property

When managing apartments or houses a Property might have multiple Units that can be rented out.

Some examples:

  • Apartment building with multiple units.
  • House that is split, and rented out as multiple units.
  • Condo that has a garage spot attached, and might be rented out to a different person than the tenants.

These Units would be of different types. They can be Condominium, Room, Parking Spot, or other types.

What they all have in common is that they are attached to a Lease, Tenant, and they are all part of a parent Property.

How to build on windows ???

Hello, I'm not too comfortable with the command lines, and I tried to follow your explanation but I did not understand too much because every time I get an error, either on PowerShell or subsystem linux. I am French and I would like to have help to build it and start it. Otherwise great work.
_

Auto logout session while browser refresh (refresh token not found in database)

Hi !

@camelaissani @NightDog

I have checked the microrealestate application in the dev (./mre dev) modes with .env file filled with latest config changes and while navigating between screen there is no issue with session but once browser refresh manually(session closed with terminal log attached below) & its redirected to signin page.

Scenario video:

https://www.loom.com/share/098c97c5b7ff48c9a761d97b3480789f

Terminal Screenshot:

Screenshot from 2021-10-18 17-05-46

to be continued..

Screenshot from 2021-10-18 17-08-29

Note: No code changes just added logger to debug the issue and pulled till latest changes(commit 6aeb232)

NODE_ENV=development
DEMO_MODE=false
RESTORE_DB=false
BASE_PATH=/app

Kindly let us know there is any solution to fix this issue.

Thank you!

Having some errors with the new version

No stopped containers
Service 'pdfgenerator' failed to build : The command '/bin/sh -c yarn global add forever && yarn workspace pdfgenerator install --production && yarn cache clean' returned a non-zero code: 1
1

E: Unable to correct problems, you have held broken packages.

Hi,
I get the following error when I try to build the project
./mre build

E: Unable to correct problems, you have held broken packages.

Apparently it's time to build the image docker of loca, try to install the packete mongodb-org-tools, and this breaks because it can not solve a dependency

mongodb-org-tools : Depends: libssl1.0.0 (>= 1.0.1) but it is not installable

Bye loca

Ditch loca as it is deprecated

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.