Your Digital Journal
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
- JournalIT is a free website which helps you to keep your digital journal. JournalIT is a free website which keeps all data secured with a complex encryption algorithm.
vishalmanes109
,JournalIT
,crcevishal@gmail.com
To get a local copy up and running follow these simple steps.
This is an example of how to list things you need to use the software and how to install them.
-
npm
-
nodejs
-
mongoDB
-
express
-
npm
npm install npm@latest -g
- nodemon
npm install nodemon -g
- Clone the repo
git clone https://github.com/vishalmanes109/JournalIt.git
- Install NPM packages
npm install
- Install the Syncfusion packages
npm install @syncfusion/ej2-angular-richtexteditor --save
JournalIT is used to record unlimited olnine journal/diary with simple UI and encryption.
For more info, please refer to the about JournalIT
See the open issues for a list of proposed features (and known issues).
Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Vishal Mane - @linkedIn - crcevishal@gmail.com
Project Link: https://github.com/vishalmanes109/JournalIt
This project was generated with Angular CLI version 9.0.6.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.