Demo of Fullstack Tiling Image Application
Install MongoDB Locally
brew tap mongodb/brew
brew update
brew install [email protected]
brew services start [email protected]
Set up your .env
cd server
cp .env.example .env
Add your runpod key
Start the server
cd server
yarn start
Start the frontend
cd client
yarn dev
Based Upon Boilerplates: