/angad

Primary LanguageJavaScript

Mern-Stack-website

It's a simple website with login and registration system using react as frontend with mongodb database .
it's have several features like contact, login and signup.

How to connect database

you need to go to server folder then go to keys file add the mongodb connection in MONGOURI

How to run this application

For starting the client
cd client
run 'npm install'
run 'npm start' - it will start client automatically

For starting the server
cd server
run 'npm install'
run 'nodemon app.js'