Skip to content

hiskuDN/the-address-book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The AddressBook

  • This project is a React/PHP based Address Book that uses ReactJS for frontend and pure PHP for the backend
  • Author: Hiskias Dingeto
  • Contact me at: hiskias.melke1@gmail.com

Running Config

  • To run this app please follow the following guidelines:
    • Go to the directory bwe/client and run npm install or yarn install, if you don't have NPM or Yarn, download and install them
    • Go to the directory bwe/client and run npm start or yarn start to start the client side
    • Import the database from bwe/database to sql
    • Run PHP using XAMPP or another way
    • Install CORS plugin on your browser for testing and enable it on the website which will be launched on localhost/3000
    • Requests are sent on localhost/3000/servers/api/controller/... to change that go to _bwe/client/src/dbconfig/routes.ts and change the path

NOTE: Do not forget to use CORS bypassing plugin on the browser since the local development build uses http protocol not https. The webapp won't work if the CORS plugin in the browser isn't installed. Refer this link if facing difficulties:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published