GithubHelp home page GithubHelp logo

mohammed-esi / clinic-management-site Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 772 KB

Clinic Management is project for my university, final project for university graduation and it's the first version, after in future we'll develop more things on it.

JavaScript 96.96% HTML 0.97% CSS 2.07%
reactjs expressjs myql jsw squelizejs react-boo bootstrap4 javascript

clinic-management-site's Introduction

Clinic Managemnt 1.0

System Management for Doctors

This is a React and Express stack application with Mysql data base .It is a small systems to manage patients with their appointments with the doctor and make prescription of them.

Frontend

there is config file to api into utils folder api.js, to contact with backend.

Backend

there is config file to data base into config folder db.js, to contact data base with api.

Quick Start ๐Ÿš€

Add a config.js file in config folder with the following

module.exports = {
  username: [your username],
  password: [your password],
  database: [your data base],
  host: 'localhost',
  dialect: 'mysql',
  jwtSecret: [your secret into jwt],
};

Install server dependencies

npm install

Install client dependencies

cd client
npm install

Run both Express & React from root

into backend folder

npm run server

into frontend folder

npm start

Build for production

cd client
npm run build

Test production before deploy

After running a build in the client ๐Ÿ‘†, cd into the root of the project.
And run...

Linux/Unix

NODE_ENV=production node server.js

Windows Cmd Prompt or Powershell

$env:NODE_ENV="production"
node server.js

clinic-management-site's People

Contributors

mohammed-esi avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.