https://github.com/bohdanmoroziuk/gdocs
A copy of the Google Docs service developed using React, Quill, Express and MongoDB.
https://github.com/bohdanmoroziuk/gdocs
express google-docs mongodb mongoose quill react
Last synced: 3 months ago
JSON representation
A copy of the Google Docs service developed using React, Quill, Express and MongoDB.
- Host: GitHub
- URL: https://github.com/bohdanmoroziuk/gdocs
- Owner: bohdanmoroziuk
- License: mit
- Created: 2021-04-26T07:28:40.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-31T08:42:23.000Z (almost 2 years ago)
- Last Synced: 2025-02-13T04:31:27.246Z (4 months ago)
- Topics: express, google-docs, mongodb, mongoose, quill, react
- Language: JavaScript
- Homepage:
- Size: 714 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gdocs
> A copy of the Google Docs service developed using React, Quill, Express and MongoDB.
## Available Scripts
In the project directory, you can run:
### `npm run start:client`
Runs the client in the development mode.
### `npm run start:server`
Runs the server in the development mode.
### `npm run serve:server`
Launches the server in the interactive watch mode.