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

https://github.com/uttamnath64/riseup-app

RiseUp App is article base application in that user can upload article and view.
https://github.com/uttamnath64/riseup-app

Last synced: about 2 months ago
JSON representation

RiseUp App is article base application in that user can upload article and view.

Awesome Lists containing this project

README

        

# Riseup Application

Riseup application development is done on the Riseup website. APIs are added to the Riseup website. The Riseup application is developed using XML, Android, and Java.

## Technologies Used

The project is developed using the following technologies:

- Java
- XML
- PHP
- API
- MySQL

## Project Repository

The source code and necessary files for the Riseup Application project can be found in the GitHub repository: [RiseUp-App](https://github.com/Uttamnath64/RiseUp-App.git)

## Project Structure

The project follows a modular structure to separate the different parts of the application. Here's an overview of the structure:

- **`src/`**: Directory containing the Java source code for the application.
- **`res/`**: Directory for storing resource files such as XML layouts, images, etc.
- **`lib/`**: Directory for external libraries and dependencies.

## Setup Instructions

To set up the project locally, follow these steps:

1. Clone the repository: `git clone https://github.com/Uttamnath64/RiseUp-App.git`.
2. Navigate to the project directory: `cd RiseUp-App`.
3. Set up the necessary development environment for Java and PHP, including installing the required dependencies.
4. Import the MySQL database: Use the provided SQL script in the `database/` directory to create the necessary database schema and tables.
5. Update the database configuration: Open the relevant configuration files in the project and modify the database connection settings according to your local environment.
6. Start the application: Compile and run the Java code to start the Riseup Application.
7. Access the application: Open a web browser and visit the provided URL to access the Riseup Application.

*[RiseUp-App](https://github.com/Uttamnath64/RiseUp-App.git) is back-end*
## Usage

Riseup Application offers the following functionality across its three different parts:

- **User**: Users can create accounts, connect with other users, post updates, and interact with the community.
- **Studio**: Studios can showcase their work, promote their services, and engage with potential clients.
- **Admin**: Admin has access to manage users, studios, and monitor the overall site activities.