Skip to content

PROJXON/Projxon-CURRENT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

208 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents
  1. About The Project
  2. Getting Started
  3. Handover Notes

About The Project

Product Name Screen Shot

PROJXON is a leading business consulting firm helping medium-sized businesses achieve their full potential. This project aims to provide a comprehensive digital platform that enhances client engagement, streamlines communication, and showcases the firm's expertise through an intuitive and user-friendly website. By integrating modern design elements, responsive layouts, and optimized backend functionality, the project seeks to highlight PROJXON's services, share insightful research, and establish the firm as a trusted partner for business growth and innovation.

(back to top)

Built With

  • React
  • Express
  • Node
  • Bootstrap

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  1. Create a .env in projxon-web and server directory
  2. Get a service id, template id, and public_key id from https://www.emailjs.com
  3. Download and setup for an account for LocalWP for local wordpress developement https://localwp.com
  4. Create a LocalWP site, then get the URL, username, and password from "live link" to save into .env for server

Installation

  1. Clone the repo

    git clone https://github.com/gokillboss/Projxon.git
  2. Navigate to the frontend and backend directory. Run the following in both directories

    npm install
  3. Enter your API in frontend/projxon-web .env

    REACT_APP_API_URL = 'http://localhost:4000/'
    REACT_APP_SERVICE_ID = 'ENTER SERVICE ID KEY FOR EMAILJS FROM EMAIL SERVICE'
    REACT_APP_TEMPLATE_ID_1 = 'ENTER TEMPLATE ID KEY FOR EMAILJS FROM EMAIL TEMPLATE'
    REACT_APP_PUBLIC_KEY = 'ENTER PUBLIC KEY FOR EMAILJS FROM ACCOUNT'
  4. Enter your API in server .env

    PORT=4000
    WORDPRESS_API_URL='ENTER LOCAL WP LIVE SITE URL'
    WORDPRESS_API_USERNAME='ENTER LOCAL WP LIVE SITE USERNAME'
    WORDPRESS_API_PASSWORD='ENTER LOCAL WP LIVE SITE PASSWORD'
  5. Start the frontend

    npm start
  6. Run the backend

    npm run dev

(back to top)

Handover Notes

(back to top)

About

Projxon web

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 84.0%
  • CSS 14.1%
  • HTML 1.9%