Skip to content

ahmad-shaban/pharmacy-website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pharmacy-website

node version: v18.6.0

npm version: 9.5.1


Prepare environment:

clone repo

git clone https://github.com/falcons-cs-assignments/pharmacy-website.git

server .env sample

DB_URI = "mongodb://127.0.0.1:27017/pharmacy"
PORT = 5000
JWT_SECRET_KEY = "MySecretKey"
JWT_ACCESS_TOKEN_EXPIRES = 30m

client .env sample

API_URL = "http://localhost:5000"

Installing dependencies:

go to client and server dirs and execute the same next command

npm install

Running:

server

npm run dev

client

npm start

About

pharmacy website using MERN stack

Resources

License

Stars

Watchers

Forks

Languages

  • JavaScript 70.0%
  • CSS 27.0%
  • HTML 3.0%