NikhilKalloli / fake-users-SQL

Generating fake-users data and storing it on an online SQL database. The below link is a free instance. Hence it needs some time to spin up:)

Home Page:https://fake-users-sql.onrender.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fake User Generator Project πŸ‘₯

Welcome to the Fake User Generator project! In this project, I utilized Node.js with Express.js along with the Faker library to generate 100 fake user profiles, each assigned a UUID. The generated data is stored in a MySQL database hosted on the online platform FreeSQLDatabase.com. The main point of this project focuses on understanding Database operations and deployment of database on the internet.

Features 🌟

  • Generates 100 fake user profiles with realistic data.
  • Assigns a UUID to each generated user.
  • Stores the generated data in a MySQL database using Node.js and Express.js.
  • The users can Edit or delete their usernames with the help of their credentials.

Prerequisites πŸ› οΈ

Make sure you have the following installed:

Getting Started πŸš€

  1. Clone the repository:

    git clone https://github.com/NikhilKalloli/fake-users-SQL.git
    
  2. Navigate to the project directory:

    cd fake-users-SQL
    
  3. Install dependencies:

    npm install
    
  4. Start the server:

    node index.js
    

Usage

View all the users at http://localhost:3000/user

Contributing

Contributions are welcome! If you have any improvements or new features to suggest, please create a pull request.

If you have any questions or issues, feel free to open an issue.

Connect with Me

Twitter LinkedIn

Feedback

If you have any feedback, please reach out to me at nikhilkalloli0097@gmail.com

About

Generating fake-users data and storing it on an online SQL database. The below link is a free instance. Hence it needs some time to spin up:)

https://fake-users-sql.onrender.com


Languages

Language:JavaScript 76.8%Language:EJS 23.2%