FakeRepo is an experimental project exploring concepts in web development, including:
- Monorepo: Managing both backend and frontend projects in a single repository.
- Real-time communication: Utilizing Socket.IO to synchronize data between clients.
- Full-stack development: Building a complete application, from backend to user interface.
Goal:
The primary goal of this project is to create an application similar to Google Sheets, enabling collaborative editing and instant data updates among users.
- Backend: [List the technologies used in the backend, such as Node.js, Express, MongoDB, etc.]
- Frontend: [List the technologies used in the frontend, such as React, Next.js, etc.]
- Communication: Socket.IO
-
Clone the repository:
git clone https://github.com/JoKenPo/fakerepo
-
Install dependencies:
npm install
-
Start the server:
npm run dev:server
This will start the backend server on port 4003.
-
Start the frontend:
npm run dev:web
This will start the frontend on port 3000.
Now you can access the application at http://localhost:3000 in your browser.
Feel free to contribute to FakeRepo! If you have any suggestions, corrections, or new features, open a pull request.