Skip to content

KarmaCop213/technest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Technest

Project has 2 folders:

  • "client" with the FE code (Angular)
  • "server" with the BE code (Nest)

Using mongoDB, seeds can be found in folder server/seeds:

  • mongoDB running in localhost, in the default port (27017)
  • create database "technest"
  • seederAccounts.json should be imported to "accounts" collection
  • seederTransactions.json should be imported to "transactions" collection

To start:

  • Run "npm install" in both "server" and "client" folders.
  • Go to "server" folder and run "npm run start".
  • Go to "client" folder and run "ng serve"
  • Project is ruuning on http://localhost:4200/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published