iamclement1 / clouder

A medical portfolio

Home Page:https://clouder-nu.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clouder

Description

Clouder is a portfolio management system designed to help medical practitioners organize and showcase their professional achievements, qualifications, and experiences in one central.

Features

  • User-friendly Interface: Intuitive design for easy navigation.
  • Portfolio Creation: Build and customize professional portfolios.
  • Secure Authentication: Protect sensitive information with secure login features.
  • Data Analytics: Track portfolio views and engagement to understand your audience.

Technologies Used

  • Next.js: Front-end framework for building React applications.
  • Node.js: Backend runtime for handling server-side logic.
  • MongoDB: Database for storing user and portfolio data.
  • Authentication: Implement secure authentication using [authentication library/tool].

Installation

Clone the repository.

git clone git@github.com:iamclement1/clouder.git
cd clouder

Install dependencies.

npm install

Set up environment variables.

NEXT_PUBLIC_BACKEND_URL='api url'

Run the development server.

npm run dev

Usage

Once the development server is running, visit http://localhost:3000 in your browser. Sign up or log in to start creating and managing your professional portfolio.

Deployment

To deploy Clouder to a production environment, follow these steps:

Set up a production-ready database. Update environment variables for production in the .env file. Deploy the application using your preferred hosting provider.

Contribution Guideline

Contributions are welcome! Please follow these guidelines:

  • Fork the repository.
  • Create a new branch: git checkout -b feature/new-feature.
  • Make your changes and commit: git commit -m 'Add new feature'.
  • Push to the branch: git push origin feature/new-feature.
  • Submit a pull request.

About

A medical portfolio

https://clouder-nu.vercel.app/


Languages

Language:TypeScript 98.6%Language:CSS 1.0%Language:JavaScript 0.4%Language:Shell 0.0%