CatMash Application
FrontEnd https://catmash.ml
git clone https://github.com/ArthurTheMonster/CatMash
cd api
npm install
# Modify happycats.datasource.json file for connect to your mongodb server
npm start
See https://loopback.io/doc/en/lb4/ for more information.
cd frontend
npm install
# Modify YOUR_APP_API_URL variable for connect to the CatMash API
REACT_APP_API_URL="YOUR_APP_API_URL" npm run build
npm install -g serve
serve -s build
See https://reactjs.org/docs/getting-started.html/ for more information.
The CatMash app is open-sourced software licensed under the MIT license.