/VPTASK

Primary LanguageJavaScript

Awesome Project Build with TypeORM

Steps to run the backend project:

  1. Run npm i command
  2. Setup database settings inside ormconfig.json file
  3. Run npm start command

Steps to run frontend project:

  1. cd frontend/
  2. Run npm i command
  3. Run npm start command