MongoDB ExpressJS VueJS NodeJS boilerplate apps with TypeScript
-
api: REST API with mongoDB for data store
-
website: VueJS v3
REST api server
yarn install
yarn start
Access app on development mode - http://localhost:8000 API docs - http://localhost:8000/v1/docs/
RESTful API client app for modern browsers
yarn install
yarn start
Access app on development mode - http://localhost:3000
yarn build
yarn lint