Build a website for dbpráce

Filtrovat

Moje poslední hledání
Třídit podle:
Rozpočet
pro
pro
pro
Typ
Dovednosti
Jazyky
    Stav zakázky
    2,000 build a website for db zakázek nalezeno, ceny v EUR

    I'm seeking a skilled developer to create a user-friendly desktop application for the Access database of our company. Key Requirements: - **Access Database Development:** The primary purpose of this project is to create a comprehensive and well-organized Access database that can handle a significant amount of data. - **User Interface & Data Entry:** The Access database will serve as a back-end to a desktop application. This application should have an intuitive user interface allowing for easy data entry and retrieval. - **Target Audience:** The desktop application will be used by employees within the company. Ideal Skills & Experience: - Proficiency in Microsoft Access and developing user-friendly data entry interfac...

    €176 (Avg Bid)
    €176 Průměr. nabídka
    39 nabídky

    Hi there: I'm looking for a Laravel MongoDB developer to help me create a user roles and permissions. Currently we have only a Template without any DB so in this case we have 2 Steps to complete the project. U will work only on our Admindashoard, we will provide u the Template and if u need the Host as well, but we recommand u to use ur local. in Step #1 : We are going to the Design PArt following the Figm Design and u can use the Elements in our Templates, the Design is for all the 3 User Type U have to use the Icins in SVG our Figma and we need Clean Design, after the Design is done, u have to deliver us a backup and then we can move with Step #2 Step#2 In this Case u have to Setup MongoDB and start crete and Roles and Permissi...

    €149 (Avg Bid)
    €149 Průměr. nabídka
    61 nabídky
    Trophy icon Python Database Specialist Needed Ukončeno left

    There will be additional $50 for any who completes this project fully. The aim of this project is to compare three types of databases(Any relational database, mongoBD and Neo4J) in terms design approach, implementation, query composition, and performance. The data is about texas hold em poker game The stages of the project are 1. Look at the details of the data 2. Come up with an ER diagram and a relational schema for the data 3. Create a database in any relational db and tables 4. Create a python script to read the txt files and populate the db 5. Test the queries 6. Populate the other(mongodb and neo4j) databases and test the queries Then test the queries below on the databases QUERIES 1. Separate players by their style of play/Group pl...

    €93 (Avg Bid)
    Zaručené
    €93
    9 příspěvky

    I'm facing a challenging issue where my ASP.net application can't connect to a MySQL database. I need a fast solving of this problem and want to start in the next hour !! Here are the issues I'm dealing with: - The database I'm using is MySQL - using AWS mySQL RDS - Asp.net server is on Amazon EC2 - There's no connection to the database at all message: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond Check image below with error message. It is an older database, maybe we need update some libary for connecting or whatever. I prefer to connect with anydesk or other remote desktop software....

    €64 (Avg Bid)
    €64 Průměr. nabídka
    12 nabídky

    I'm in need of a data processing expert who can assist me in developing an architecture to analyze knowledge graphs using ETL and machine learning. Key Tasks: - Leveraging Data Processing Expertise: I need someone with a strong background in data processing, particularly in relation to graph technologies. Your role will be to harness this knowledge to create an efficient and effective architecture for analyzing knowledge graphs. Ideal Skills and Experience: - Strong Data Processing Background: A deep understanding of data processing is crucial for this project, particularly in the context of graph technologies. Experience in working with large datasets and complex data structures is highly desirable. - Familiarity with Graph Technologies: Knowledge...

    €19 / hr (Avg Bid)
    €19 / hr Průměr. nabídka
    22 nabídky

    I'm in need of a data processing expert who can assist me in developing an architecture to analyze knowledge graphs using ETL and machine learning. Key Tasks: - Leveraging Data Processing Expertise: I need someone with a strong background in data processing, particularly in relation to graph technologies. Your role will be to harness this knowledge to create an efficient and effective architecture for analyzing knowledge graphs. Ideal Skills and Experience: - Strong Data Processing Background: A deep understanding of data processing is crucial for this project, particularly in the context of graph technologies. Experience in working with large datasets and complex data structures is highly desirable. - Familiarity with Graph Technologies: Knowledge...

    €13 / hr (Avg Bid)
    €13 / hr Průměr. nabídka
    10 nabídky

    We need to build a MVP, for which design screens are ready. We would like to have a full stack developer in who can do the job in AWS + NodeJS + Java + Angular + DB + Server. The app is provide a service to clients, include push notifications, whatsapp integration, client profile, rates.. The project will continue after MVP launch.

    €545 (Avg Bid)
    €545 Průměr. nabídka
    17 nabídky

    I'm in need of a skilled developer to create a dynamic wizard API with a database. The project requires the following: - The wizard API should be developed in a versatile programming language (preferably Python, JavaScript or Ruby) - The application should be built with a database in mind. The type of database can be decided based on your expertise and recommendation. I'm looking for talented freelancers who can provide a detailed project proposal. Please include your experience in creating similar APIs, the programming language you suggest using, and why you think it would be the best fit for this project.

    €536 (Avg Bid)
    €536 Průměr. nabídka
    47 nabídky

    I'm seeking a Flutter developer to build an application that integrates with an API to perform CRUD operations on an SQL database. Key Requirements: - CRUD Operations: The app should be able to create, read, update, and delete records from the SQL database. - Database: The SQL database is the preferred choice for this project. - API Integration: The app should be able to read data via an API, handle user profiles, transactional data, and real-time updates. Ideal Skills: - Proficiency in Flutter development - Experience with SQL databases - Familiarity with integrating APIs - Understanding of CRUD operations - Ability to handle various types of data, including user profiles and real-time updates.

    €89 (Avg Bid)
    €89 Průměr. nabídka
    27 nabídky

    Hello We are changing server and we are facing an issue to import in phpmyadmin some tables of an extension "amasty gdpr" There is lot of tables like this bottom one, those queries are giving error in phpmyadmin : Errcode: 150 "Foreign key constraint is incorrectly formed" They are talking about same problem and extention "amasty" here : We don't know how fix this It works very well on old server but we cannot migrate to new server because of this problem CREATE TABLE `amasty_gdpr_privacy_policy` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Id', `created_at` timestamp NOT NULL DEFAULT current_timestamp() COMMENT 'Date of creating', `policy_version` varchar(10) NOT NULL DEFAULT '' COMMENT 'Policy V...

    €113 (Avg Bid)
    €113 Průměr. nabídka
    23 nabídky

    I'm having issues with a specific user function in my Pgsql ( postgresql 8.4) database that needs fixing. After transferring server and DB from real PC to the VM, all works except new server doesn't show statistics. We found the problem source (most possibly) is stats update function in DB. Found by adding "track_functions = pl" to /etc/postgresql/8.4/main/ So old server has: datacenter_new=# SELECT * FROM pg_stat_user_functions; funcid | schemaname | funcname | calls | total_time | self_time ----------+------------+-----------------------+-------+------------+----------- 32645236 | ADMIN | _get_news_url | 44 | 43244836 | ADMIN | _util_update_stat_new | 27 | 1365 | 1365 32645239 | ADMIN...

    €141 (Avg Bid)
    €141 Průměr. nabídka
    15 nabídky

    The task involves loading multiple large data files into a database. These files, approximately 15GB each and in various formats like CSV, .db, .sql, etc., add up to an estimated dataset size of 1-2 TB. Preference is given to keeping the data locally on the machine, thus ruling out cloud storage solutions. The task entails consolidating and organizing fragmented files into a suitable database, whether it's a relational database or non-relational database. Initially, attempting the task with MySQL or any SQL databases is preferred. However, exploration of whether a NoSQL solution is suitable for handling such big data is also required.

    €9 / hr (Avg Bid)
    €9 / hr Průměr. nabídka
    1 nabídky

    Need a mern stack developer to create a dashboard with roles and views with options Frontend with React: Create CRUD user interfaces Design the UI for uploading and viewing documents in PDF format. Develop an administrative dashboard with search functionalities, filters and management access. Responsive Backend with Node.js and Express: Configure and manage API routes for all CRUD operations. Implementation of roles and permissions Database with MongoDB: Check DB to see if it is ok

    €169 (Avg Bid)
    €169 Průměr. nabídka
    86 nabídky

    I'm looking for an experienced programmer who can develop a WhatsApp bot: Please go through each point and give brief explanation on how you will achieve this. 1) I have data in access db format. 2) I want a whatsapp bot which can access this database and reply to the message automatically after searching the database . While there's no mandatory requirement for a specific programming language or framework, an expert understanding of chatbot technologies and experience in creating instant messaging bots would be a great bonus. The successful candidate will need to interpret my project goals into a working bot, therefore excellent communication and understanding are key. To meet my urgent need for this function, I ...

    €63 (Avg Bid)
    €63 Průměr. nabídka
    9 nabídky

    looking for Azure Cosmos db api development let me know if u have good experience i will describe the issues

    €77 (Avg Bid)
    €77 Průměr. nabídka
    9 nabídky

    I'm in the process of deploying a SQL API Bicep module code on top of an existing ARM template for our business and I'm facing some issues regarding throughput. I'm looking for a professional who can troubleshoot and ensure the successful deployment of our Azure Cosmos DB setup to meet our business needs. Key Responsibilities: - Troubleshoot and resolve throughput related errors in existing Azure Cosmos DB deployment - Integrate the SQL API Bicep module code with the existing ARM template effectively. Ideal Candidate: - Proven experience with Azure Cosmos DB and SQL API deployment. - Adept at troubleshooting and resolving throughput related issues. - Skilled in integrating APIs with existing systems.

    €77 (Avg Bid)
    €77 Průměr. nabídka
    1 nabídky

    Search not found value stored in db

    €20 (Avg Bid)
    €20 Průměr. nabídka
    40 nabídky

    I'm searching for a skilled developer for a two-month engagement to build a mobile application. A commitment of 40 hours per week is required. Key Responsibilities: - Develop a mobile app using React Native - Integrate functionalities such as user authentication, shopping cart, and real-time notifications Ideal Candidate Should Have: - Extensive experience in React Native, Mongo DB, Gitlab, and Next JS - Previous experience in mobile app development - Proven track record in integrating multiple systems Success in this project means creating an app that successfully employs user authentication, a shopping cart, and real-time notifications. Your skills in React Native, Mongo DB, Gitlab, and Next JS will ...

    €1590 (Avg Bid)
    €1590 Průměr. nabídka
    94 nabídky

    I'm looking for a skilled professional to install and configure Oracle WebLogic Middleware, Oracle Forms and Reports, and Oracle DB 19.3.0c on a Windows Server 2022. The primary purpose of this installation is managing databases, so the main focus should be on optimal database functionality. Key Tasks: - Installation of Oracle WebLogic Middleware, Oracle Forms and Reports, and Oracle DB 19.3.0c - Configuring Oracle DB with a high availability setup and performance tuning - Setting Windows environment variables for Java files - Copying 3 applications and 3 URLs from another server running Windows Server 2012 Ideal Skills and Experience: - Proven experience with Oracle WebLogic Middleware, Oracle Forms and Reports, and Oracle ...

    €150 (Avg Bid)
    €150 Průměr. nabídka
    17 nabídky

    Need to migrate current framework codeigniter 4 to laravel 10. Code is done, no error. Use same db and ui (Change framework only)

    €67 (Avg Bid)
    €67 Průměr. nabídka
    24 nabídky

    I'm in need of a skilled professional to configure a dedicated server in India that can effectively manage a high-traffic load. This project involves the setup of a web server and a separate database server. Key requirements and preferences include: - Setting up an Apache web server - Proficiency in PHP, Python, and Java - Configuring a MySQL DB server The ideal freelancer for this project is detail-oriented and has a history of working on similar server setup and management projects. Experience with dedicated server setups in high-traffic situations is crucial. Kindly share any related project experiences you have. Efficiency, cost-effectiveness, and strong performance are the main goals for this project.

    €120 (Avg Bid)
    €120 Průměr. nabídka
    11 nabídky

    Cần người chỉnh sửa web và xử lý database sql cho game Sẽ tính tiền và thanh toán theo từng web và db xử lý được

    €884 (Avg Bid)
    €884 Průměr. nabídka
    11 nabídky

    Migrate same UI and same DB Only Login, Product, Staff

    €113 (Avg Bid)
    €113 Průměr. nabídka
    22 nabídky

    We are hiring for a Laraval Developer On an Immediate Basis. Complete Work From Home (remote option) Candidates with frontend or full-stack experience need not apply. This is strictly a backend position. Skills Required: - Laravel - MySQL Responsibilities: - Develop and maintain server-side logic - Integrate MongoDB and MySQL databases - Collaborate with frontend developers - Optimize application performance Requirements: - Proficiency in Laravel and Node.js - Experience with MongoDB and MySQL - Strong problem-solving skills. Good to have: - Node-Js - Mongo-DB

    €132 (Avg Bid)
    €132 Průměr. nabídka
    48 nabídky

    Need assistance with the development of a well-structured, efficient data pipeline. This system is expected to integrate a range of data sources, including APIs, DB views and SFTP, and prepare them for backend ingestion in CSV format. Key Responsibilities: - Source data from APIs, DB views, and SFTP - Transform ingested data into CSV format Ideal Skills and Experience: - Expertise in creating and managing data pipelines - Proficiency in various data integration methods, specifically APIs, DB views, and SFTP - Excellent knowledge of data transformation and loading processes Please note: While optional transformations like data filtering, aggregation, and mapping are not explicitly required, the ideal candidate should be able to provide guidance a...

    €13 / hr (Avg Bid)
    €13 / hr Průměr. nabídka
    8 nabídky

    I'm looking for a proficient freelancer to set up a Linux web server and a database server on Ubuntu. The requirements are as follows: - Web Server: Please configure Nginx to serve as the web server. Ensure it's properly installed and optimized for performance. The access to the server should be via ssh keys only. Also provide information on how to set up permissions for individual Laravel projects in /var/www folder. - Database Server: Set up a MySQL database server. Create a database and a user with appropriate permissions and ensure everything is secure. - Security: Implement necessary security measures to harden the servers and ensure the installation is safe from common vulnerabilities. Ideal candidates should...

    €31 (Avg Bid)
    €31 Průměr. nabídka
    40 nabídky
    E-Waste Management Ukončeno left

    I'm have to make a project focusing on e-waste management. The primary objectives for this project are to decrease the disposal of hazardous waste and to enhance public knowledge regarding e-waste. Key Points: I want to make a website that has a home , about, login/register and a feedback page and a services page which will have a list of services we offer out of which the first one will be pickup for e waste which will schedule them a pickup for their e waste and give them a time of when it will be picked up then in the services we will also have a page which will show different programs that are currently running like e waste collection drive, awareness programs in schools, recycling worksh...

    €18 (Avg Bid)
    €18 Průměr. nabídka
    9 nabídky

    As a developing business, I am in need of a proficient and talented developer who can help me create a small-scale platform. Key Features: - The platform will leverage Node.js for backend integration with existing PostgresSQL DB and interfacing with existing Netsuite Oracle endpoints with react on the frontend. - For managing financial vouchers, the platform must have functionalities for creating new vouchers, editing existing ones, and deleting vouchers. - Basic username/password authentication and role-based access control need to be implemented for user authentication and authorization on the platform. Also, an option for a fingerprint scanner authentication would also be ideal. - Reporting functionality for...

    €155 (Avg Bid)
    €155 Průměr. nabídka
    35 nabídky

    I require an API Key management system to an existing Laravel website that will allow all users to generate API keys. I just need functions below. - Make a new page of API KEY - Users create their api keys and shows them in a table. (API key is invisible and click a button to see and copy it) - Create a new table on db to store api keys - Users delete api key

    €149 (Avg Bid)
    €149 Průměr. nabídka
    89 nabídky

    We need you to make 3 page dynamic order form. Look at attached images. We need same UX/UI/design/functions etc. as this site at left side. At right side is our test site. We have webserver and DB already. Site shall be 100% responsive.

    €150 (Avg Bid)
    €150 Průměr. nabídka
    207 nabídky

    ...C# MVC Web App that works using SQL Server Database & using APIs at the same time. For the functions that use the database, I want to replace them with the APIs 1- Error message appear with no details, need to make the error message has Show More to display the details of the error. 2- Load Codes from APIs instead of loading from JSON file. (1 API) require updating treeview to load on demand 3- Packages Load from APIs instead of loading from DB (2 APIs) 4- SubscribedPackages Call API instead of inserting into a DB (1 API) 5- Schemes Load from APIs instead of loading from DB (1 API) 6- Uploads Call API instead of inserting into a DB (1 API) 7- Users Call API instead of inserting and reading from a DB (5 APIs) you...

    €88 (Avg Bid)
    €88 Průměr. nabídka
    43 nabídky

    ...developer in order to create a high-quality login page for my website. Key Features: It should ask for a new user registration or allow a registered user to login . For a new user registration - it should ask for the folllowing details : a. Username - can be a 8 to 16 digit alpha numeric name and has to be a unique field . For every username the user enters - the page should check from the backend if it exists or not and then confirm the availability b. Password : Should be a 8 digit mixture of Capital / special character / number c. First Name d. Last Name e. Date of Birth - should check if the date of birth as per the preent date is more than 18 f. Address 1 g. Address 2 h. ...

    €90 (Avg Bid)
    €90 Průměr. nabídka
    16 nabídky

    I need a developer who is well versed with MySQL. I have a database server that has thousands of databases. I need a query that will print the name of all the databases where a specific table has a specific row. For example, consider attached sql script. It creates 5 small dbs, I need a query that will print the names of DB where in sales_target table, there is a row where key=Q1 and value=100

    €12 (Avg Bid)
    €12 Průměr. nabídka
    22 nabídky

    Hello We need to create the simple web application have 3 screens( login/signup, input, result pages) Frontend: react Backend: node Database: postgre db deploy: DigitalOcean We will hire only full-time freelancers, not agency. If you are good fit for this task, please bid with 'freelancer' word. Thanks

    €41 (Avg Bid)
    €41 Průměr. nabídka
    71 nabídky

    Need to configure a website which has two components backend in PHP + laravel frontend in React node.js db: mysql Need to install PHPmyadmin first to load the DB .... configuration needs to be done in NGINX

    €28 (Avg Bid)
    €28 Průměr. nabídka
    13 nabídky

    Want to integrate SendGrid with Laravel admin 1) Create Temporary email by staff wise 2) Track all emails sent and received and stored in MySQL DB using Setting Up The Inbound Parse Webhook SendGrid service ----------------------- Integrate Lightspeed K series with Laravel admin 1) Sync Menu API 2) Sync Products API 3) Sync Orders using API API document mentioned on the Lightspeed website.

    €113 (Avg Bid)
    €113 Průměr. nabídka
    35 nabídky

    ...C# MVC Web App that works using SQL Server Database & using APIs at the same time. For the functions that use the database, I want to replace them with the APIs 1- Error message appear with no details, need to make the error message has Show More to display the details of the error. 2- Load Codes from APIs instead of loading from JSON file. (1 API) require updating treeview to load on demand 3- Packages Load from APIs instead of loading from DB (2 APIs) 4- SubscribedPackages Call API instead of inserting into a DB (1 API) 5- Schemes Load from APIs instead of loading from DB (1 API) 6- Uploads Call API instead of inserting into a DB (1 API) 7- Users Call API instead of inserting and reading from a DB (5 APIs) y...

    €116 (Avg Bid)
    €116 Průměr. nabídka
    43 nabídky

    I'm looking for someone who can help me migrate a relatively simple MySQL database to Access 2019. The primary goal of this conversion is to improve data entry and management. Key tasks under this project include: - Understanding the current MySQL database structure - Converting the database to Access in a way that supports better data entry and management - Ensuring all existing relationships are maintained in the new database Ideal skills and experience for this job: - Strong understanding of both MySQL and Access, particularly Access 2019 - Experience with database migration projects The MySQL db is on my VPS Please keep in mind that, due to the simplicity of the current MySQL structure, this is a relatively straightforward task.

    €46 (Avg Bid)
    €46 Průměr. nabídka
    7 nabídky
    Project - Chatbot Ukončeno left

    This Project Requirement. Make chatbot - using vector database + hugging face api Delivery - complete source which i can run in to my system / complete instruction to setup db and API You will have to share your screen and show me all steps and make document for it Regard

    €17 (Avg Bid)
    €17 Průměr. nabídka
    2 nabídky

    code a web page using html, js and bootstrap. everything is within the html, there is no db. the page has the below functions: - page to build a shopping cart by choosing products and quantity. for example - there will be 4 products for example apple, banana, mango, lemon - each product has a name, description and cost associated with it - user can choose a template from the template list which will automatically populate the shopping cart. for example if he chooses the template "fruits for a family of 2" the shopping cart will be filled with 12 bananas, 2 apples - user can input number of calories and it should populate cart with values - i should be able to add more templates and values directly in t...

    €78 (Avg Bid)
    €78 Průměr. nabídka
    37 nabídky

    I recently migrated my website to a new server, but due to an oversight, the database file wasn't transferred. I'm looking for an expert who can assist with the following: - Database Setup: The old database file wasn't downloaded during the migration. I need a MySQL database set up from scratch in the new server to replace the missing data. - API Integration: The site needs API integration for address information + more info retrieval as well as an SMS API. - Expertise Needed: Given the nature of the project, I'm looking for a professional with the following skills and experience: - Proficiency in MySQL and database creation - Experience in API integration, specifically for data retrieval - Web developmen...

    €138 (Avg Bid)
    €138 Průměr. nabídka
    71 nabídky

    I have made a restaurant website but i have done only frontend , i want the backend and database connectivity to be done using node js and mongo db

    €14 (Avg Bid)
    €14 Průměr. nabídka
    15 nabídky

    Codeigniter able to fix setup issue. Code is uploaded and db is setup, need to fix issue web not showing.

    €17 (Avg Bid)
    €17 Průměr. nabídka
    30 nabídky

    Hello We need to create the simple web application integrated chatgpt api There are 3 screens only (login/signup, choose model, result pages) We will provide the figma design. Frontend: react Backend: node & python Database: postgre db it will be complete in 2 days, We will hire only freelancers, not agency. If you are good fit for this task, please bid with 'freelancer' word. Thanks

    €65 (Avg Bid)
    €65 Průměr. nabídka
    43 nabídky

    I am looking for a competent and experienced developer to assist in the creation of a book search engine. This project will make use of Apollo Server, GraphQL, Node.js/Express.js, and Mongo DB, and is intended to be developed in React. Key Features: - Book Search Functionality: Users should able to search and view book information. The specific details to be displayed are flexible and will be detailed further during the development stage. - User Accounts: The application should provide the ability for users to create their own personal accounts, allowing them to save books for future reference. - Recommendation System: Ideally, the system should make recommendations to users based on their individual preferences. Skills & Experience: - Profic...

    €30 (Avg Bid)
    €30 Průměr. nabídka
    7 nabídky

    Looking for an experienced web developer to create a map-based public website with the following features: Functional Requirements: • Display locations pin on the map based on Excel/database details (name, Address (or Lat/log), Phone, picture etc. Attributes) • Provide a nearby location list on the left based on the current location or a list of locations based on search and filter criteria. • Enable zooming to the selected location from the list and vice versa. When a map location pin is selected, the corresponding list should be highlighted in the left places list. • Map zoom based on the mouse scroll (Should not be embedded google map) . • The list will include pictures and summaries of the place's rating from Go...

    €443 (Avg Bid)
    €443 Průměr. nabídka
    21 nabídky

    Source code and DB is uploaded and setup. Just check and fixing only. Developer who can work with FTP only

    €19 (Avg Bid)
    €19 Průměr. nabídka
    24 nabídky

    I'm in need of an experienced database developer to create a robust and effective database on the Oracle platform. Key Tasks: - The design and creation of appropriate Data Definition Language (DDL) and PL/SQL based database - The development of complex queries for advanced data manipulation and retrieval Expertise Needed: - Extensive knowledge in Oracle database creation - Proficiency in writing and managing complex queries - Prior experience in handling large scale database projects - Excellent problem-solving skills Please note, the purpose of this database is not yet determined, therefore flexibility and adaptability will be necessary. I look forward to receiving bids from dedicated freelancers who master their field.

    €41 (Avg Bid)
    €41 Průměr. nabídka
    21 nabídky

    Source code and DB is uploaded and setup. Just check and fixing only. Developer who can work with FTP only

    €11 / hr (Avg Bid)
    €11 / hr Průměr. nabídka
    30 nabídky