richardshu / google-keep-clone

Google Keep clone using the MERN stack

Home Page:https://google-keep-clone-mern-stack.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Keep Clone 💡

Google Keep Clone Screenshot

A Google Keep clone built with the MERN stack.

Steps to run

  1. Run npm install inside the /client and /server folders
  2. Create an .env file under the /server folder and set 2 environment variables: PORT = 5000 and CONNECTION_URL = <YOUR_CONNECTION_URL>
    • Example connection URL = mongodb+srv://<USERNAME>:<PASSWORD>@cluster0.bccoe.mongodb.net/<DB_NAME>?retryWrites=true&w=majority
  3. Run npm start inside the /server folder
  4. Run npm start inside the /client folder

About

Google Keep clone using the MERN stack

https://google-keep-clone-mern-stack.netlify.app/


Languages

Language:JavaScript 83.6%Language:HTML 10.7%Language:CSS 5.8%