This is a social media project built with React and Node.js to allow user share code. It's a basic web application that lets users create, read, update, and delete codes from other users including himself/herself.
Prerequisites Node.js (version 12 or higher) npm (version 6 or higher)
Clone the repository:
git clone https://github.com/khanhthanhh9/react-fullstack-code.git
To Install the dependencies:
npm install
To start the development server:
npm start
This command will start both the client and server and open your default browser at http://localhost:3000.