-
backend/routes/index.js
- Handles routing requests.
-
backend/user.js
- Manages server requests (GET, POST, PUT) for:
- Signup and Signin
- Retrieving all user details (for money transfer)
- Updating user details
- Manages server requests (GET, POST, PUT) for:
-
middleware.js
- Contains authorization logic for signing incoming passwords.
- Note: In a real-world scenario, data should be hashed before storage in a database.
-
db.js
- Defines database table schemas and contains logic for database connection.
-
config.js
- Stores the JWT_SECRET.
- Note: In a real-world scenario, confidential information such as JWT_SECRET and database URLs should be stored in a .env file.
-
Notifications
You must be signed in to change notification settings - Fork 0
Developed CRUD application with MongoDB, Express, React, and Node.js. Used Tailwind CSS for a clean UI, implemented full CRUD operations for various tasks with efficient backend API handling.
katareayush/paytm-clone
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Developed CRUD application with MongoDB, Express, React, and Node.js. Used Tailwind CSS for a clean UI, implemented full CRUD operations for various tasks with efficient backend API handling.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published