Zillance is an open-source freelance platform aimed at the Zilliqa blockchain.
Zillance is a free, open-source platform where businesses can easily get in contact with freelancers and freelancers can find companions for projects. Zillance was build with the intention to encourage new developers on the Zilliqa blockchain to work together and build new awesome projects.
Currently Zillance provides;
- User-friendly minimalist front-end
- Express JS back-end server
- Private key system for post deletion
- Category system
Before setup make sure you have Node JS installed.
Follow the instructions on how to install these via the provided links.
- Clone the repo
git clone https://github.com/ArthurHoeke/zillance.git
- Install NPM packages for server
npm install
- Enter your server address in client Javascript variable
client/js/main.js
const apiAddress = "http://localhost:80";
Start server before using client
npm start
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.