Skip to content

kevinnammour/petra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Petra

Petra is an app that connects all travellers around the world together. It allows people to discover and plan trips through the app. It also allows people to publish the activities offered by their businesses.

💣 Running the app

  • Download xampp.
  • Run Apache & MySQL
  • Clone this repository in the xampp/htdocs folder.
  • Create the database using server/config/petradb.sql.
  • Inside the server folder, create a .env file and check .env.example to see the needed environment variables.
  • For the SECRET_KEY, you can write any random string or get your own by running this command in your node terminal
 console.log(require('crypto').randomBytes(256).toString('base64'));
  • Run the client using ionic serve & start using the app 🙂

📱 Demo

petra.mp4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published