Coder Social home page Coder Social logo

auth's Introduction

MERN Stack Authenticated Todo App

This is a Full Stack Web Application that uses the following technologies:

  • ReactJS & Redux
  • NodeJS & ExpressJS
  • MongoDB & MongooseJS
  • Passport Authentication using JWTs

Running Client Side

cd into the client folder and run npm install --save to install dependencies. Run npm start to start the application.

cd client
npm install --save
npm start

Starting up the Server

After you cd into the project folder, run npm install --save to install dependencies. Run npm start to start up the NodeJS Server.

npm install --save
npm start

Download MongoDB

This application uses a local Mongo Database. Download MongoDB here.

Setup MongoDB Environment

MongoDB requires a data directory to store all the data. Click here to learn how to setup MongoDB.

Start MongoDB

You must specify a --dbpath and run mongod.exe to complete the setup. To start MongoDB, run mongod.exe.

For Example: "C:\Program Files\MongoDB\Server\3.4\bin\mongod.exe"

Open the Application

Open your browser at localhost:3000 to view the application.

auth's People

Contributors

faraazm 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.