Skip to content

aemard/CatMash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CatMash

CatMash Application

FrontEnd https://catmash.ml

API https://api.catmash.ml/

Locally

Requirement

Setup

git clone https://github.com/ArthurTheMonster/CatMash

API

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.

React JS

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.

License

The CatMash app is open-sourced software licensed under the MIT license.