Version 6 (modified by 6 days ago) ( diff ) | ,
---|
Напреден Апликативен Дизајн
- Clone the repo
- After cloning you should these two folders. (WineTrackerUI and WineTrackerWebApi)
- Execute the Scripts from Phase 2 in a PostgreSQL DB on the public schema(The Api and Scripts use the public schema)
- Enter the connection string in appsettings.json in the API and your api should be good to go.
- Please add Include Error Detail=True; at the end od the connection string so the errors we might have are more descriptive on the UI.
- Start up the API locally. Swagger should open and the api should be working.
- Next open the UI Folder and Start the UI, execute npm install in the terminal.
- Then find the app-settings.ts file in the UI
- It should look like this, please change the port to the one shown in the browser of the swagger of the API
- Execute npm start in the terminal and the UI will be started.
- Both API and UI should be started and the project should be working.
- The initial mode of the app would be Delivery person mode.
- We can change that by inserting a Manager or Storekeeper OTP in the modal.
- Manager code -> MNG123
- Storekeeper code -> STR321
Note:
See TracWiki
for help on using the wiki.