Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rohitvpatil0810/notes-pro
Notes pRO is the note-taking app. The feature of the app is that Notes are saved on Cloud. So, you can access your notes from anywhere. You only need a Account on the Notes pRO. And you can create your notes and access them on the go.
https://github.com/rohitvpatil0810/notes-pro
expressjs monogodb nodejs react
Last synced: 1 day ago
JSON representation
Notes pRO is the note-taking app. The feature of the app is that Notes are saved on Cloud. So, you can access your notes from anywhere. You only need a Account on the Notes pRO. And you can create your notes and access them on the go.
- Host: GitHub
- URL: https://github.com/rohitvpatil0810/notes-pro
- Owner: rohitvpatil0810
- Created: 2022-01-14T09:54:15.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-02T17:05:52.000Z (11 months ago)
- Last Synced: 2024-10-12T12:09:53.378Z (about 1 month ago)
- Topics: expressjs, monogodb, nodejs, react
- Language: JavaScript
- Homepage: https://notes-pro.onrender.com/
- Size: 2.15 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# notes-pRO
Notes pRO is the note-taking app. The feature of the app is that Notes are saved on Cloud.
So, you can access your notes from anywhere. You only need a Account on the Notes pRO.
And you can create your notes and access them on the go.After Copying the code first come to client folder:
cd client
Then install the npm packages by
npm install
Then in package.json file add
"proxy" : "localhost:5000"
Then start the react app by
npm run start
Then come to the main folder
Then install npm packages bynpm install
Then create an config.env file by
type null config.env
In config.env file add
add SECRET_KEY and DATABASE key and values.Then run server by
node app.js
You can access the web app at https://notes-pro-ro.herokuapp.com/