Courses app - Make buying simple
Access to the official website of the project https://mprojects.fr/courses/
Require PHP, MySQL, Apache installed (use tools like Wamp or Mamp) Require specific sql database structure (template provided in course.sql)
- Download Wamp or Mam
- Clone the repository in the htdocs folder
- Import the database (you can use phpMyAdmin) with name "course" from course.sql
- Run the Apache and SQL server and go to "localhost:${portnumber}" in a browser
When first opening the app, you'll be prompted to create an account. You'll need to activate it manually in the database by following these steps :
- Create your account when prompted. You should be alerted that a mail has been sent to your email (This version bypasses the mail-sending process)
- Go to your database (e.g. with phpMyAdmin) and open the users table
- Fing your account and manually set activated field to 1 (default 0)
- try to connect when within the app
