This is the repository for team dionysus(#dionysus on slack) task submissions for the hn6 internship
#Backend
#backend
-
Please note that all PHP files should be added to the xampp htdocs folder, to be able to display.
-
Create a db called financialtracker and import the database financialtracker.sql as seen on the backend branch root directory to your phpmyadmin.
-
if your xampp db has a password. you can edit the db_config file and fill it into the empty string.
-
Register your self.
- You need a server, download Wamp or Xampp
- Clone this repository into
htdocs
ofwww
folder in your respective servers. - If you have not been added to the organization, kindly work in your forked repository and open a pull request here
- Fork the repository and push to your
staging branch
- Merge to your
master
and compare forks with the original repository - Open a Pull Request.
- Read this or watch this for more help
git clone https://github.com/hnginternship5/hng.tech.git
cd hng.tech
cp .env.example .env
php -S localhost:8000
Visit localhost:8000 in your browser
git checkout staging
The template for your profile page can be found here
views/interns/template.php
- Copy the contents of that file
- Create a new file with your slack username, e.g
mark.php
- Paste the contents there
- Now your page should be assesible via
localhost:8000/interns/mark
![hng profile] - Edit the contents of the file to your profile details
- Push to
staging
branch and open a pull request - Wait for review
Ensure you read this doc here for complete instructions
Failure to do this will warant closing your pull request