This application was made with the purpose to study Back-End, focusing on API and TypeScript.
Currently it's public for people that needs something similar to use.
- Node.js
- Express.js
- TypeScript
- Directory navigation
- Read files
- Edit file content
- Create files/folders
- SSH Access
- Clone this repository to a directory
- Use the following commands:
npm i
Install all Web Notepad API dependencies.npm start
Run application.
- Open your browser and enter the following URL:
localhost:4000
At the moment, application runs on PORT 4000, but you can change in
src/index.ts
file.
Copyright © 2022, Vinícius R. Vieira. Released under the MIT License.