Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/psykat1116/google-keep-clone-backend


https://github.com/psykat1116/google-keep-clone-backend

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

# Google-Keep-Clone
This is Google Keep CLone Backend Part. You must have installed "node.js" "npm" "mongoDB" "nodemon" in your system to run the project.

First Create a new folder backend and add all files in this repo to the backend folder.Then open terminal and navigate to the folder and run the command "npm install".

It will initialize with all the necessary folders. then create a ".env" file in the root folder mean inside the backend folder and add two variables -

SECRET_KEY = anywordsyouwant (Write it without any quote)

DB_NAME = anynameyouwant (write it without any quote)

*** ! The Upper Steps are necessary to run the project backend ****

Then you run the command "nodemon index.js" to successfully run the backend server. For the frontend part go through the repo Google-Keep-Clone-Frontend readme file