Skip to content

Complete initial project SPA (Single Page Application) with login in VueJs | NET Core | Postgresql | Webpack

Notifications You must be signed in to change notification settings

CharlyRM/StartProjectNetCoreAndVuejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

My project full IntegrationPlatform 📜

My idea with this software project is to create a project that can be used to create a complete platform with login and the initial base for creating other pages, in the back-end a .NET Core solution that applies direct access to the database data without using ORM, which provides better performance in general.

Main Technologies ☕️

VueJs, .NET Core, PostgreSQL, Node.js Webpack.

Back-End Project: 🎉

br.com.API: Contains JSON API endpoints consumed by the front-end application.

br.com.Model: Houses object classes used across all solutions.

br.com.Repository: Implements business rules such as persistence logic, repository patterns, libraries, and interfaces.

Database Setup:

PostgreSQL script to create user tables.

After creating a PostgreSQL database user, run table creation scripts.

Configure database connection settings in br.com.Repository\br.com.Infra\Connection.cs.

Authentication:

Utilizes JWT (JSON Web Tokens) for authentication and authorization.

Front-End Project:

  • Single Page Application (SPA) developed in Vue.js.
  • JavaScript files compiled via webpack.

Development Environment:

Developed using Visual Studio 2022 and VS Code

About

Complete initial project SPA (Single Page Application) with login in VueJs | NET Core | Postgresql | Webpack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published