Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/psykat1116/google-keep-clone-backend
https://github.com/psykat1116/google-keep-clone-backend
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/psykat1116/google-keep-clone-backend
- Owner: psykat1116
- Created: 2023-08-15T07:55:07.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-11T09:35:10.000Z (about 1 year ago)
- Last Synced: 2023-09-11T09:54:42.480Z (about 1 year ago)
- Language: JavaScript
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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