/userapi

USER_API` is the backend api for `react-redux-form` and `fullstack_form` and allow to be requested without difficulty.react-redux-form is a design implementation for fullstack_form and serves as a requester. react-redux-form is built to be on `CLIENT` side only but also comes up with full functional app. Fullstack_form is a simple demonstration of MERN stack and its additional CRUD and REST service and fullstack_form is a project where `SERVER` and `CLIENT` are built together.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

userapi

USER_API is the backend api for react-redux-form and fullstack_form and allow to be requested without difficulty.react-redux-form is a design implementation for fullstack_form and serves as a requester. react-redux-form is built to be on CLIENT side only but also comes up with full functional app. Fullstack_form is a simple demonstration of MERN stack and its additional CRUD and REST service and fullstack_form is a project where SERVER and CLIENT are built together. Here is a github example demo for HEROKU_DEPLOYMENT

Usage

clone the repository

git clone https://github.com/janakhpon/userapi.git

Get into root folder

cd userapi

Install Dependencies using npm

npm install
npm i -d
npm run client-install
npm run dev

Install Dependencies using yarn

yarn install
yarn add
yarn client-install
yarn run dev

Warning

If u run into error use the following steps

sudo yarn install
sudo yarn add
sudo yarn run client-install
sudo yarn run dev

or

sudo npm install
sudo npm i -d
sudo npm run client-install
sudo npm run dev