Skip to content

A basic cloud system with typescript, express and mongodb ☁️ (2019)

License

Notifications You must be signed in to change notification settings

clonalejandro/cloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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