/money-manager

Primary LanguageJavaScript

Money Manager

Repositories

This repo has the clone of the following repos

Component URL
Backend server https://github.com/tom1484/money-manager-server
Frontend https://github.com/tom1484/money-manager

Deployment Information

Component Deployment Method URL
Backend server Deploy on Railway https://money-manager-server-production.up.railway.app
Frontend Release APK on GitHub https://github.com/tom1484/money-manager/releases/tag/rev.1

How to Use This Repository

Backend Server

Remember to configure the port and MongoDB URL in .env
The following commands should be executed under money-manager-server/

# install dependencies
yarn
# start server
yarn start

Frontend

Remember to configure the server URL in .env according to your settings
The following commands should be executed under money-manager/

# install dependencies
yarn
# start frontend
yarn start

The following actions require that your computer has proper Internet connection
The port of the frontend (usually 19000) should be available to access

After the frontend started, you should see Expo App QR code, for example

drawing

Now, install Expo Go in Google Play Store
Then scan the QR code in Expo Go or enter URL manually

drawing

If your Internet connection works properly, you should be able to open the APP now

drawing