Skip to content

mortogo321/react-loopback-mongodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 

Repository files navigation

React - Loopback - MongoDB

The demo of React with Loopback and MongoDB

installation

loopback
cd server
yarn or npm install
react
cd web
yarn npm install

run

loopback
cd server
yarn start or node .

to access api explorer, go to http://localhost:3000/__explorer

react
cd web
yarn start or npm start

and go to http://localhost:3001
default user credential

username: admin
password: password

you can change port number at /web/.env file as

PORT=3001

build

cd web
yarn build or npm build

run the command above will build react into /server/client.

About

The demo of React with Loopback and MongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages