0.0.5 • Published 2 years ago

@nodeeweb/service v0.0.5

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Nodeeweb Services | How to create online service store with nodejs reactjs mongodb

The plugin add service shop functionality to your nodeeweb core.

You can create an online shop, website or application, handle service products, and categorize them with this plugin.

Here we are creating an example of usage

Table of contents

Usage

1. install using command

npm install @nodeeweb/service

or

yarn add @nodeeweb/service

2. use it in your server function like below:

(you imported Server function from @nodeeweb/service)

import Server from '@nodeeweb/server'
import Shop from '@nodeeweb/shop'
Server({entity:[...Shop]});

3. now your shop is ready, just type command:

npm start

or

yarn start

or

node index.mjs

3. after that .env.local will be created

after you start server for first time, .env.local will be created, you can change configurations in it and restart server

Documentation

Check the getting started guide here: Documentation

API

These routes have been added to your server after installing shop:

More API References could be found here: API-Reference

presets , examples , demo

Support

If you like the project and you wish to see it grow, please consider supporting us with a donation of your choice or become a backer/sponsor via Open Collective

we used these modules:

shards

grapesjs

mongoose

License

Nodeeweb is licensed under the GNU GENERAL PUBLIC LICENSE, sponsored and supported by https://idehweb.com

Changelogs

== 0.0.5 update readme file and docs == 0.0.1 stable

0.0.5

2 years ago