Skip to content

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.

Notifications You must be signed in to change notification settings

katareayush/paytm-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build a basic version of PayTM

File Structure

Backend

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



alt text


alt text


alt text


alt text

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

No packages published

Languages