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 contains the implementation of the authentication system using Flutter framework ios only
.
MERN branch contains the implementation of the authentication system using MERN (MongoDB, Express.js, React.js, Node.js) stack.
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.
Login Signup system build with JWT web token and Authentication using NodeJS.
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.
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.
- Clone the repo
git clone https://github.com/March-Madnes/PuneConnect.git
- Install Flutter packages
flutter pub get
- Debgu the program
flutter run
MIT License
Copyright © 2023 Harshal Patil