Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/d3sc/tugas-post-test


https://github.com/d3sc/tugas-post-test

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

# Investment Portfolio

## Overview

![Dashboard](./doc/dashboard.jpeg)
![profile](./doc/profile.jpeg)
![login](./doc/login.png)

The **Investment Portfolio** project is a web application that allows users to manage their investment portfolios. The application includes features for user authentication, authorization, profile editing, and portfolio management. Built using PHP, jQuery, and MySQL, this project provides a secure and interactive interface for users to handle their investments.

## Features

- **Authentication**: Secure login and registration process.
- **Authorization**: Role-based access control.
- **Profile Editing**: Users can update their personal information.
- **Portfolio Management**: Users can add, edit, and remove investment assets.

## Technology Stack

- **Frontend**: jQuery, HTML, CSS
- **Backend**: PHP
- **Database**: MySQL

## Installation

### Prerequisites

- PHP 7.4 or higher
- MySQL 5.7 or higher

## Configure Database

Copy config.example.php to config.php and update the database configuration.

```php

```

### Additional Explanation:

- **Database Setup**: Added steps to create a database and import schema from file `db/investment.sql`.