Giter VIP home page Giter VIP logo

login-form-mern-stack's Introduction

MERN CRUD

A Login and registration form based on JSON Web Token Authorization and encrypted password stored in mongoDB build using MongoDB, Express.js, and Node.js at the back-end and React/Redux for the UI.

Cookies is used at the client side to store user information

Getting Started

Prerequisites

Your machine should have npm(or yarn), NodeJS and MongoDB server installed to use this locally

Installation

git clone https://github.com/maxwell-kimaiyo/Login-Form-MERN-Stack.git

- Install server dependencies(in root directory)
npm install
  • Install client dependencies
cd client
npm install
  • You can either use your own local mongoDB database or any cloud database just change mongoURI and secretOrKey in config.js file
export default {
  MONGODB_URL: process.env.MONGODB_URL || 'mongodb://localhost:27017/User',
};
  • This app uses concurrently so you don't need to run 2 different instances for client and server, use this command in root directory to run the app.
npm run dev

Support

Reach out to me at one of the following places!

Let me know if you have any questions. Email Maxwell


License

License

login-form-mern-stack's People

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.