Skip to content

Login Signup system with JWT web token and Authentication using Node.

Notifications You must be signed in to change notification settings

Harshal141/Authetication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tech Stack Authentication System

This repository contains an authentication system implemented in different tech stacks. Each tech stack is implemented in a separate branch. Below are the links to each branch and a brief description of the tech stack used.

Flutter Branch

Flutter branch contains the implementation of the authentication system using Flutter framework ios only.

MERN Branch

MERN branch contains the implementation of the authentication system using MERN (MongoDB, Express.js, React.js, Node.js) stack.

Node.js with MongoDB Branch

Node.js with MongoDB branch contains the implementation of the authentication system using Node.js and MongoDB.

Feel free to check out each branch and see how the authentication system is implemented in different tech stacks.


Node-Authetication and MERN Setup

Login Signup system build with JWT web token and Authentication using NodeJS.

Local Installation

Create default.js in config file:

{
    "mongoURI":"<mongoURL>",
    "jwtSecret":"<secretCode>"
}

Run the command:

$ npm i
$ npm run dev

This should run the App on port 3000. Visit http://localhost:3000 to run run the hosted app.


Flutter Setup

Prerequisites

The user must have flutter installed in their pc and little knowledge of flutter to start working.

NOTE The project is under construction so for testing please use android for debuging.

Installation

  1. Clone the repo
    git clone https://github.com/March-Madnes/PuneConnect.git
  2. Install Flutter packages
    flutter pub get
  3. Debgu the program
    flutter run
    
    

License

MIT License

Copyright © 2023 Harshal Patil

About

Login Signup system with JWT web token and Authentication using Node.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published