Skip to content

Personal Portfolio web application using .NET and Next.js. Application provides full control over the content shown in the public view with an admin panel

Notifications You must be signed in to change notification settings

ifratmitul/Portfolio-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio

Run the commands in the following order to run the project. (Before running the command make sure you have docker, node.js, next.js and .NET6 installed in your device)

Docker command to create db image

docker run --name Portfolio -e POSTGRES_USER=admin -e POSTGRES_PASSWORD=secret -p 5432:5432 -d postgres:latest

Run Back-end

Change directory to API run dotnet build then run dotnet watch run

Run front-end

Change directory to client/ run npm install then run npm run dev in your terminal.

About

Personal Portfolio web application using .NET and Next.js. Application provides full control over the content shown in the public view with an admin panel

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages