Skip to content

Latest commit

 

History

History
11 lines (5 loc) · 334 Bytes

README.md

File metadata and controls

11 lines (5 loc) · 334 Bytes

marketplace

Backend server

Run node nodejs_backend/app.js to start the backend server, it will listen for HTTP requests on port 3000 by default.

Frontend

Run cd angular_frontend;ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.