Registration-and-Login-using-MERN-stack

授权协议 GPL-3.0 License
开发语言 JavaScript
所属分类 Web应用开发、 常用JavaScript包
软件类型 开源软件
地区 不详
投 递 者 宰父冠玉
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

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

Login 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

 相关资料
  • This project was bootstrapped with Create React App. Available Scripts In the project directory, you can run: yarn start Runs the app in the development mode. Open http://localhost:3000 to view it in

  • This module contains implementations of various third-party authentication schemes. All the classes in this file are class mixins designed to be used with the class. They are used in two ways: On a lo

  • 描述 (Description) 您可以使用此类型的模式进行身份验证。 它使用以下方法 - myApp.modalLogin(text, [title, callbackOk, callbackCancel]) OR myApp.modalLogin(text, [callbackOk, callbackCancel]) 以上方法接受下面列出的参数 - text - 显示带文本的模态。 tit

  • Implement Stack using Queues 描述 Implement the following operations of a stack using queues. push(x) -- Push element x onto stack. pop() -- Removes the element on top of the stack. top() -- Get the top

  • Implement Queue using Stacks 描述 Implement the following operations of a queue using stacks. push(x) -- Push element x to the back of queue. pop() -- Removes the element from in front of queue. peek()

  • In order to share colors and font styles throughout our app, we can take advantage of themes. There are two ways to define themes: App-wide or using Theme Widgets that define the colors and font style