Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vishishtkapoor/keep-clone
https://github.com/vishishtkapoor/keep-clone
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vishishtkapoor/keep-clone
- Owner: vishishtkapoor
- Created: 2024-07-15T20:01:40.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-07-15T20:08:29.000Z (6 months ago)
- Last Synced: 2024-07-16T00:23:06.469Z (6 months ago)
- Language: JavaScript
- Size: 2.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google Keep Clone
A clone of Google Keep built with React for the frontend, Express for the backend, and MongoDB as the database.
## Project Structure
The project is divided into two main directories:
- `client` (for the React frontend)
- `server` (for the Express backend)## Getting Started
### Prerequisites
- Node.js
- MongoDB### Setup Instructions
1. **Clone the Repository:**
```bash
git clone https://github.com/vishishtkapoor/keep-clone.git
cd keep-clone