Skip to content

SHRIVISHNU-CM/Medicos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Medicos

Medicos is full-Stack project using React.js, Tailwind CSS, Express.js, MongoDB, Node.js,JWT. Client can create new record for patients and able perform CRUD operations . Medicos provodes authorization and authentication for users. Client can provide Unique ID for each patient using this ID can able to fetch patient's data .In case ID is forgetten but record is created, in such cases client can search patient's data using their name in Search section

Installation

In terminal try this,

  git clone https://github.com/SHRIVISHNU-CM/Medicos.git

Change directory to Backend using,

cd Backend
npm install
npm run start

Change Directory to frontend using,

cd frontend
npm install
npm run dev

To run this project, you will need to add the following environment variables to your .env file

PORT : 3001

MONGODB_URL

SECRET :Token

linkedin

Releases

No releases published

Packages

No packages published

Languages