Skip to content

waiil/web_coding_challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web_coding_challenge

project dependencies

- docker 
- GOOGLE_API_KEY
- IP_STACK_KEY

deploy script in dev mod

- Update the value of GOOGLE API, IP STACK KEYS in the settings file from Shopify microservice
- sudo sh dev_deploy_project.sh

project architecture

The project follow the microservices architecture: we have two microservices, shopify and shopify_auth, each with its own database.
    - Shopify_auth microservice used for user authentication.
    - Shopify microservice handle the business requirements of the applicaton.
    - Shops are retrieved from GOOGLE API.
    - Databases are containerized with docker.

TODO

	- Containerize the whole project
	- Add Front-End microservice with React and Reduce
	- Use Celery for async jobs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published