Skip to content

Latest commit

 

History

History
53 lines (29 loc) · 1.24 KB

README.md

File metadata and controls

53 lines (29 loc) · 1.24 KB

Cloud ☁️

Codacy Badge

A basic cloud system with typescript, express and mongodb


Installation

  • Install dependencies: yarn or npm i
  • Build bundle: yarn build or npm run-script build
  • Start installation: yarn start or npm start


When you finish the installation you can see this:


Run cloud

  • Delete the last bundle: yarn clean or npm run-script clean if you are in windows delete dist folder
  • Build bundle: yarn build or npm run-script build
  • Start cloud: yarn start or npm start

FAQ

Where are the logs?

The logs are in the folder called logs


Where are the cloud files saved?

The cloud files are saved in the data folder


Can I add routes?

Yes you can add routes editing assets/data/routes.json and you need to create a view in the folder views