"Bridging the gap between Traders and Distributors"
- Backend: Deployed on http://kraya-anti.herokuapp.com/
- To check backend Queries - Refer this List (Back-End Query.md). Use Postman if needed
- Frontend: Deployment in progress. Integration continues.
- About
- User Interface Design
- Features
- Installation
- Bug / Feature Request
- Contributing
- License
- Developers
This Website provides traders a simplified map based platform to look for distributors who are near to them so that desired goods be supplied at a reasonable price.
Following are the frameworks, libraries and languages used in this project :
- Trader/Distributor registration and login
- Manufactured/Raw Classification
- Map Based Location
- Map API based approx. transport costs/sorting possibility
- Trader to-do list
- Filter based Item selections
- Ability for distributors to add items catalogue
- Workforce integration opportunities
- Trader based review and administrative involvement
- Orders Placed History
- Orders Placement
To install mysql, nodejs and react-express refer the following links :
- https://nodejs.org/en/download/ (For Installing Node)
- https://react-cn.github.io/react/downloads.html (For Installing React)
- https://www.mysql.com/downloads/ (For Installing MySQL)
3. Make sure that your MySQL server is set to legacy configuration to avoid errors while initiating the project.
4. Read backend.md to see how to set up mysql login for the app
1. You can either install the project in zip format from our github or clone the repository using the following link in your local directory :
git clone https://github.com/Spirit-ofJoy/Celesta.git
- After installing the project, extract it if you have preferred installing it in zip format and open the front end sub folder in Visual Studio Code( Considering that the default text editor is Visual Studio Code). Following this open a new terminal by using the following command :
Ctrl+Shift+`
- In the terminal run the following command to install the required node modules for front end initiation :
npm install
- Module installation will take 2 to 3 minutes depending upon your network connectivity. After all the required modules have been installed, run the following command to initiate the project :
npm start
- Open the backend folder in Visual Studio Code, the same way you opened the Front End folder. Following this open a new terminal either by clicking terminal, then "New Terminal" on the top Menu Bar or run the following command :
Ctrl+Shift+`
- In the terminal run the following command to install the required node modules for back end initiation :
npm install
- Module installation will take 2 to 3 minutes depending upon your network connectivity. After all the required modules have been installed, run the following command to initiate the project :
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
Back to top