Sulpharma is a project that I did for my Bachelor's Degree in Technical University of Sofia. The project is basically an online pharmacy shop providing many features regarding products, price information and promotions. It also shows all the physical pharmacy locations using a map integration.
This section should list any major frameworks/libraries used to bootstrap the project.
- Clone the back-end repo
git clone https://github.com/Aethernite/Sulpharma-Backend
- Navigate to docker folder and bring up the database
docker-compose up -d
- Open the project via IntelliJ and run it.
- Clone the front-end repo
git clone https://github.com/Aethernite/Sulpharma-Frontend
- Install the front-end packages
npm install
- Start the front-end
npm start
Default settings:
-
Database user:
- root
- password
-
BE Server port: 8000
-
FE port: 3000
Navigate to localhost:3000 for the front-end UI.
Refer to the API Documentation for more information regarding the back-end
Distributed under the MIT License. See LICENSE.txt
for more information.
Borislav Arangelov - @LinkedIn - [email protected]
Project Link: https://github.com/Aethernite/Sulpharma-Backend
Project Link: https://github.com/Aethernite/Sulpharma-Frontend