Skip to content

Agrinden/full_project-BE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Getting Started

Install on your PC

  1. Instal Node.js on your PC https://nodejs.org/en/
  2. Install Express framework, use npm install express command
  3. Run local server on your PC which will be connected to Mongo data base:
  • open Back-end project part;
  • use npm run start:server command.
  1. If you need testing the app with mocked users - use npm run addTestDataToDB command or you can add users yourself inside the app.
  2. For install Angular use this command: npm install -g @angular/cli
  3. For launching Front-end project (localhost): npm run start or ng serve -o
  4. For login into the App use authorized users (user name: Petrov; password: 12345678 or Ivanov and 000222333)
  5. On Windows client computers: Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned
  6. Build for production: npm run build
  7. Linters launch: npm run lint
  8. Install 'Prettier - Code formatter' from Extensions, go to File-Preferences-Settings, search 'format on save' and tick the check-box "Editor: Format ON SAVE". Than search 'default formatter' and choose Prettier - Code formatter.

Use command ng lint before your every commit.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages