Portfolio Builder helps you make your portfolio website without any hassle.
This application can be started using 2 methods
- Docker
- Manual
Run docker-compose up to start the entire application
Note: Docker and docker-compose must be installed on the system
- Nodejs
- postgres database
- Start postgresql
- Create a database
- Make an
.envfile inside the server directory and fill info as mentioned in the.env.examplefile
- Run
npm installinside the client directory to install all dependencies - Run
npm run devto start the development server
- Run
npm installinside the server directory to install all dependencies - Run
npm run devto start the development server
- Postgresql (database)
- Express (server)
- Nextjs (client framework)
- Docker
- Run
cd serverto move into server directory. - Run
npm run devto start server. - Run
npm run testto test the server.