Yashkapure06 / MERNCRUD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

=========================================================================

steps to run crud application Project
=============================

step-1:
======
Install node js (if you haven't installed)
website url: https://nodejs.org/en

step-2:
======
Login in the mongodb database and create a new cluster and database
website url: https://www.mongodb.com/

step-3:
======
change the mongodb string in the (.env) file (MONGOURL) with own database, username and password

step-4:
======
open terminal and go to the client directory and run command: npm start
go to the server directory and run command: npm start



About


Languages

Language:JavaScript 100.0%