Developers Portfolios is a web application that empowers developers to showcase their work and receive valuable feedback from their peers. The platform enables users to rate and comment on each other's portfolios, fostering a collaborative and supportive community. Users can explore various project categories, creating a dynamic and diverse space for sharing and discovery.
This full-stack application adopts a clean architecture approach, implementing an MVC architecture on the backend.
- The backend operates as a RESTful API, designed with a clean MVC architecture for enhanced maintainability and scalability.
- Utilizes a relational database, specifically MySQL, leveraging foreign keys to establish relationships between portfolios and their creators.
- Authentication is seamlessly handled using the NextAuth library, allowing users to sign in effortlessly with their Google and GitHub accounts.
- The frontend is developed with Chakra UI and Tailwind CSS, combining aesthetics with functionality to build an intuitive and visually appealing user interface.
To set up the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/your/repository.git
- Navigate to the project directory:
cd developers-portfolios
- Install dependencies:
npm install
- Configure the backend:
- Set up MySQL database and update the configuration in the backend.
- Configure authentication with NextAuth by providing your credentials.
- Run the application:
- Start the backend server:
npm run start
- Start the backend server:
We welcome contributions to enhance Developers Portfolios! Feel free to fork the repository, create a new branch, and submit a pull request.
Happy coding!
This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.