Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diomalta/firenote
📂 My personal annotation app organized by categories, subcategories with Markdown support in ReactJS.
https://github.com/diomalta/firenote
Last synced: 2 months ago
JSON representation
📂 My personal annotation app organized by categories, subcategories with Markdown support in ReactJS.
- Host: GitHub
- URL: https://github.com/diomalta/firenote
- Owner: diomalta
- License: mit
- Created: 2019-03-11T02:52:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T03:12:47.000Z (about 2 years ago)
- Last Synced: 2023-03-06T23:09:19.753Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 1.1 MB
- Stars: 8
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FireNote ❤️💥👌
Aplicativo feitos para anotações onde se organiza por categorias, subcategorias. Suporte para HTML e Markdown.
---
## Baixando ✔
```
git clone https://github.com/DioHX/FireNote.git
```## Instalando ✔
```
yarn install
```## Iniciando ✔
Pode ser iniciado separadamente o cliente e servidor, como também pode iniciar os dos processos em paralelo.
Server 😜
```
yarn server
```Client 😜
```
yarn client
```Aplicação 😜
```
yarn start
```## Notes
ORM: Mongoose e Banco de dados mongoDB.
## License
MIT © [FireNote](https://raw.githubusercontent.com/DioHX/FireNote/master/LICENSE)