4Up Cloud is Firebase and Supabase alternative.
Clone the project
git clone https://github.com/Ameriq8/4up-cloud.git
Go to the project directory
cd 4up-cloud
Install dependencies
npm install
# or
yarn install
Start the server
npm start
# or
yarn start