A client example in Angular that interacts with the Backend of WriteOn, feel free to improve it and use it to try and get involved with the API in a easiest way.
We are working on make this a better demo about how use WriteOn API stay tunned to check new additions.
- Collaborative edition of notes in realtime
- New design of UI
- Before use the project be sure of install and run WriteOn backend in your computer, you can download it here and read all docs to implement it correctly.
- Clone or download the source code
- Run
npm installcommand to prepare all things necessary to run the project. - Execute command
ng generate environmentsto create folder and files to place environments from env file. - Now place the .env file in the root of the project and place all keys necessary.
- Execute command
npm run env-setto set all env values in Angular Environments. (⚠️ Use it each time you add/change values inside the .env file) - Execute
npm run start