All Projects → chinmaymahajan → Registration-and-Login-using-MERN-stack

chinmaymahajan / Registration-and-Login-using-MERN-stack

Licence: GPL-3.0 license
Simple Registration and Login component with MERN stack

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to Registration-and-Login-using-MERN-stack

node-express-mongo-passport-jwt-typescript
A Node.js back end web application with REST API, user JWT authentication and MongoDB data storage using TypeScript
Stars: ✭ 51 (-75.71%)
Mutual labels:  mongo, mongoose, node-js, express-js
Focus Budget Manager
Budget Manager application built with Vue.js, Node.js, Express.js and MongoDB
Stars: ✭ 189 (-10%)
Mutual labels:  mongoose, node-js, express-js
awesome-web-react
🚀 Awesome Web Based React 🚀 Develop online with React!
Stars: ✭ 31 (-85.24%)
Mutual labels:  react-router, react-component, react-components
react-native-value-picker
Cross-Platform iOS(ish) style picker for react native.
Stars: ✭ 18 (-91.43%)
Mutual labels:  yarn, react-component, react-components
Backend-NodeJS-Golang-Interview QA
A collection of Node JS and Golang Backend interview questions please feel free to fork and contribute to this repository
Stars: ✭ 122 (-41.9%)
Mutual labels:  mongoose, node-js, express-js
express-mvc-generator
Express' Model View Controller Application Generator.
Stars: ✭ 46 (-78.1%)
Mutual labels:  mongoose, node-js, express-js
timeoff-server
TimeOff is an application that allows companies' employees to set vacations before they begin taking their time off. Implemented in modern tech stack i.e. Node, Express, MongoDB.
Stars: ✭ 33 (-84.29%)
Mutual labels:  react-router, mongoose, node-js
git-issue-react-electronjs
⚙️. ⚛️. A desktop application created with Electronjs and Reactjs to be cross-platform to manage and track GitHub issues.
Stars: ✭ 21 (-90%)
Mutual labels:  react-router, react-component, react-components
react-full-stack-starter
🎈Full-stack React boilerplate using `create-react-app`, Babel, Node.js, and express
Stars: ✭ 22 (-89.52%)
Mutual labels:  mongo, mongoose, node-js
teaching-nodejs-expressjs-framework-spring-2019-2020
Complete Node-Express Application
Stars: ✭ 16 (-92.38%)
Mutual labels:  nodemon, node-js, express-js
express-boilerplate
ExpressJS boilerplate with Socket.IO, Mongoose for scalable projects.
Stars: ✭ 83 (-60.48%)
Mutual labels:  mongoose, node-js, express-js
Node Production
Take Your Node.js Project to The Production Environment (VPS/Dedicated Server).
Stars: ✭ 35 (-83.33%)
Mutual labels:  mongo, node-js, express-js
MERN-BUS-APP
This is a MFRP (My first Real Project) assigned to me during my internship at Cognizant. Made with MERN Stack technology.
Stars: ✭ 92 (-56.19%)
Mutual labels:  react-components, node-js, express-js
node-rest-api-scaffold
This project is an initial NodeJS Rest API scaffold for developers
Stars: ✭ 24 (-88.57%)
Mutual labels:  mongoose, node-js, express-js
mern-ecommerce
MERN Stack ecommerce site
Stars: ✭ 122 (-41.9%)
Mutual labels:  node-js, mongodb-database, express-js
Js Stack From Scratch
🛠️⚡ Step-by-step tutorial to build a modern JavaScript stack.
Stars: ✭ 18,814 (+8859.05%)
Mutual labels:  yarn, react-router, nodemon
React Awesome Query Builder
User-friendly query builder for React
Stars: ✭ 682 (+224.76%)
Mutual labels:  mongo, react-component, react-components
Node Typescript Mongodb
node js typescript mongodb express generator yo
Stars: ✭ 96 (-54.29%)
Mutual labels:  mongo, mongoose, node-js
derivejs
DeriveJS is a reactive ODM - Object Document Mapper - framework, a "wrapper" around a database, that removes all the hassle of data-persistence by handling it transparently in the background, in a DRY manner.
Stars: ✭ 54 (-74.29%)
Mutual labels:  mongo, mongoose
koa-mongoDB
😊😊Koa and mongoose build services
Stars: ✭ 24 (-88.57%)
Mutual labels:  yarn, mongoose

Simple User Registration and Login functionality with React, NodeJs, ExpressJs and MongoDB

Login Screen

Login screen

Sign up Screen

Sign up screen

UI

In the project directory, you can run:

Quick Start

// Install dependencies
npm install or yarn install

//start the client
npm start or yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

API

Checkout to api directory then you can run:

nodemon server

Runs the node server and page will reload if you make any edits

Database

brew services start mongodb

This will start the mongodb service

mongod --port 27018

Runs mongod on 27018 port

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].