https://github.com/wintercore/noteit
A simple app for creating notes
https://github.com/wintercore/noteit
Last synced: 10 months ago
JSON representation
A simple app for creating notes
- Host: GitHub
- URL: https://github.com/wintercore/noteit
- Owner: WinterCore
- Created: 2016-06-26T15:48:05.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T14:53:06.000Z (over 3 years ago)
- Last Synced: 2025-02-14T20:31:31.290Z (over 1 year ago)
- Language: JavaScript
- Size: 219 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NoteIt
NoteIt is a simple application for writing notes.
## [Live Demo](https://noteit.upperdown.me)

## How to run locally
- Install [MongoDB](https://www.mongodb.com/)
- Clone this repository by running `https://github.com/WinterCore/NoteIt.git`
- Change your current directory to the root folder of the repository `cd NoteIt`
- Run `npm install`
- Run `PORT=8000 MONGO_URI= SESSION_SECRET= npm start`