https://github.com/notrelix/e-pitaka
A Digital Payment System for Educational Institutions
https://github.com/notrelix/e-pitaka
Last synced: about 1 year ago
JSON representation
A Digital Payment System for Educational Institutions
- Host: GitHub
- URL: https://github.com/notrelix/e-pitaka
- Owner: NotRelix
- Created: 2023-10-05T03:21:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-21T18:24:47.000Z (over 2 years ago)
- Last Synced: 2025-02-23T19:43:59.502Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://notrelix.github.io/e-pitaka/
- Size: 1.57 MB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# e-Pitaka
Digital Payment System for Educational Institutions
# Contribution
To contribute, `Fork` this repository in your Github which can be seen on the top right.

Go to your Forked Repository, click on `Code`, and copy the URL as shown.

In your terminal, navigate to the Directory you want it to be saved, and with the saved URL do the following:
```bash
git clone
git clone https://github.com/NotRelix/e-pitaka.git # Example
cd e-pitaka # Make that file the current directory
```
You can then make changes within that file whenever you want, but make sure to `git pull` everytime you start coding to fetch the most recent changes.
Once you are done adding new features, you want the changes to appear in your Forked Repository.
```bash
git add . # Prepares all files to be pushed
git commit -m "Your commit message" # A commit message example would be "fix: handle zero division"
git push origin main # Makes the changes to your Forked Repository
```
Once that is finished, go to your Forked Repository and click on `Compare and Pull Request` to make a pull request on the actual Repository.
Wait for the owner of the Repository to approve or suggest you to make more changes.
# Usage
Once you have the repository / folder of the current project, make sure to run both the client and the server.
You can do this by going to that directory `cd ` and by doing `npm run dev`.
### Here's for the Client:

### Here's for the Server:

Also, don't forget to import the `epitaka-db.sql` in XAMPP. For reference, the database should look like this.
