H-zoro / fullstack_form

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

Home Page:https://calm-beach-66521.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fullstack_form

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/fullstack_form.git

Get into root folder

cd fullstack_form

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

About

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

https://calm-beach-66521.herokuapp.com/

License:GNU General Public License v3.0


Languages

Language:JavaScript 88.3%Language:CSS 6.2%Language:HTML 5.6%