An open API service indexing awesome lists of open source software.

https://github.com/codebangla/strapstone-frontend


https://github.com/codebangla/strapstone-frontend

Last synced: 8 months ago
JSON representation

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

![1](https://github.com/codebangla/strapstone-frontend/blob/master/src/assets/images/home-page-without-login.png)
Login Page

![2](https://github.com/codebangla/strapstone-frontend/blob/master/src/assets/images/login-page.png)
Register Page

![3](https://github.com/codebangla/strapstone-frontend/blob/master/src/assets/images/register-page.png)
Home Page after logged in

![3](https://github.com/codebangla/strapstone-frontend/blob/master/src/assets/images/home-page-after-logged-in.png)
Add job

![4](https://github.com/codebangla/strapstone-frontend/blob/master/src/assets/images/add-job.png)
Job Detail

![5](https://github.com/codebangla/strapstone-frontend/blob/master/src/assets/images/job-detail.png)
Job Update

![6](https://github.com/codebangla/strapstone-frontend/blob/master/src/assets/images/job-update.png)

Swagger UI for ASP.NET Core API

![7](https://github.com/codebangla/strapstone-frontend/blob/master/src/assets/images/swagger-api.png)
Azure Deployment

![8](https://github.com/codebangla/strapstone-frontend/blob/master/src/assets/images/azure-deployment.png)
API from Microsoft Azure

![9](https://github.com/codebangla/strapstone-frontend/blob/master/src/assets/images/api-from-azure.png)