sleepsterz / CSP_1595552958055

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

   _____ _          __  __      _     _           
  / ____| |        / _|/ _|    | |   | |          
 | (___ | | ____ _| |_| |_ ___ | | __| | ___ _ __ 
  \___ \| |/ / _` |  _|  _/ _ \| |/ _` |/ _ \ '__|
  ____) |   < (_| | | | || (_) | | (_| |  __/ |   
 |_____/|_|\_\__,_|_| |_| \___/|_|\__,_|\___|_|   

  _   _           _           _  _____ 
 | \ | |         | |         | |/ ____|
 |  \| | ___   __| | ___     | | (___  
 | . ` |/ _ \ / _` |/ _ \_   | |\___ \ 
 | |\  | (_) | (_| |  __/ |__| |____) |
 |_| \_|\___/ \__,_|\___|\____/|_____/ 

This project was generated by Skaffolder


INSTALL DATABASE


  • Download the latest production release of MongoDB from here

  • Open the file to launch the wizard.

  • MongoDB requires a data directory to store all data. Create the directory /data/db on the drive from which you'll start MongoDB.


START APPLICATION


To launch the application start a local instance of MongoDB, open a terminal in this folder and type:

$ yarn install
$ yarn start

Go to http://localhost:3000

Login using:

username: admin password: password


CONFIGURE


Set database config in properties.js

By default the default database dialect is MySQL. You should execute the relative sql script to create the db and the schema. The SQL script is located in script/schemaDb_CSP_db_mysql.sql


START WITH DOCKER


  • To start the application with Docker:

    • Install Docker

    • Run command:

    docker-compose up
  • When code changes you need to rebuild container running:

docker-compose up --build

USING SKAFFOLDER-CLI


With Skaffolder-CLI you can easily manage your Skaffolder project from command line and customize your generator template from your IDE.

Install Skaffolder-CLI with

$ yarn install -g skaffolder-cli

Login running the command

$ sk login

Generate your project with the command

$ sk generate

You can customize your generator template working with files in .skaffolder folder in your project root.

Please refer to https://skaffolder.com/#/documentation/skaffolder-cli for more information.

About


Languages

Language:JavaScript 52.2%Language:HTML 45.7%Language:TSQL 1.1%Language:CSS 0.7%Language:Dockerfile 0.3%