Yashraj-Aware / MedicCommerce

A website for medical distributors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🌐 Medic-Commerce

MongoDB, Expressjs, React/Redux, Nodejs, Tailwindcss

Medic-Commerce is a web-application Amazon for all medicines and surgical instruments.

Clone or Download

$ git clone https://github.com/Yashraj-Aware/MedicCommerce.git
$ yarn # or npm i

Project Structure

backend/
   controllers (has routing functionality stored)
   models      (model schema for the collections in db)
   router      (passing respective controller , along with endpoint)
   middleware  (acts as helper function for auth and various purpose)
   server.js   (start point of backend)
   .env        (to create .env, check [prepare your secret session])
   package.json
frontend/
    public
    src
    tailwind.config.js
   package.json
...

About

A website for medical distributors


Languages

Language:JavaScript 92.7%Language:CSS 5.6%Language:HTML 1.7%