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

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

Awesome Lists containing this project

README

          

# NoteIt

NoteIt is a simple application for writing notes.

## [Live Demo](https://noteit.upperdown.me)

![](noteit.png)

## 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`