https://github.com/codebangla/strapstone-frontend
https://github.com/codebangla/strapstone-frontend
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codebangla/strapstone-frontend
- Owner: codebangla
- Created: 2022-02-02T23:45:13.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-25T20:04:11.000Z (over 3 years ago)
- Last Synced: 2025-03-14T14:13:49.070Z (12 months ago)
- Language: TypeScript
- Homepage:
- Size: 947 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Strapstone
This is a Job portal Prototype application which is developed using Angular 13, ASP.NET Core 5.0 and SQL Server 14.
The C# Backend code is located https://github.com/codebangla/strapstone-BackendAPI
-Backend Developed using DTO, Repository, UnitofWork pattern.
-Backend generates Bearer token and can handle different types of exceptions.
-The app has Authentication and Authorization, CRUD, Toast notification features.
## How to run
Clone this project and then `npm install` and then
run `ng serve -o` for a dev server. Navigate to `http://localhost:4200/`.
This just the source code of the frontend. No backend code was provided. Therefore, no data will be shown after running this Angular app.
## Some Snapshots of the application
Home page without login

Login Page

Register Page

Home Page after logged in

Add job

Job Detail

Job Update

Swagger UI for ASP.NET Core API

Azure Deployment

API from Microsoft Azure
