Join me as I build a marketplace for dakar

Draft Disclaimer: Please note that this article is currently in draft form and may undergo revisions before final publication. The content, including information, opinions, and recommendations, is subject to change and may not represent the final version. We appreciate your understanding and patience as we work to refine and improve the quality of this article. Your feedback is valuable in shaping the final release.

Language Mismatch Disclaimer: Please be aware that the language of this article may not match the language settings of your browser or device.
Do you want to read articles in English instead ?

Neptune Prime or how I build a marketplace

Summary

  • Project structure
  • Tech stack
  • Features
    • interactive shell
    • High availability with cluster
  • Wrap up

Tech stack

  • Database: Neo4j to leverage data connection ie recommendation system, fraud detection
  • NodeJS/Typescript: Because I love typed javascript. You might be interested in my javascript intro

Project structure

neptune-prime.com
|__src
   |__action
   |__controller
   |__service
   |__provider
    
|__test

Features

Interactive shell

Using REPL.IT to provide a [laravel tinker](laravel-tinker like)

lisaro tweet: https://twitter.com/babacarcissedia/status/1231587438839128065?s=20

Wrap up

Tweets about it