Skip to content

hackstarsj/DjangoMedicalStoreFrontEndInReactJS

Repository files navigation

This project was bootstrapped with Create React App.

Live Project LINK

https://pacific-falls-18076.herokuapp.com/

Login DETAILS

USername : admin
Password : admin

For Deploy React APP in HEROKU

Signup in HEROKU

https://dashboard.heroku.com/apps

Install React JS

npm install -g create-react-app

Create React APP

create-react-app my-app

Switch to React Project Directory

cd my-app

Intialize Git

git init

Download Heroku Login

https://devcenter.heroku.com/articles/heroku-cli#download-and-install

Login To Heroku

heroku login

Create Project in Heroku

heroku create -b https://github.com/mars/create-react-app-buildpack.git

Add File in Git

git add .

Commit File in git

git commit -m "react-create-app on Heroku"

Push Project to Heroku

git push heroku master

Open Project in URL

heroku open

============PROJECT DETAILS=============================

Available Scripts

Install Package by Running Command:

npm install

In the project directory, you can run:

npm start

For Server Side Django Project Follow This Link.

Django Medical Store management System Server Side API

Login Page Added.

Dashboard Page Added.

Add Company Page Added.

View Company Page Added.

Edit and Update Company Page Added .

Add Company Bank Page Added .

Edit Company Bank Page Added .

Added Add Medicine Page

Added Manage Medicine Page

Added Update Medicine Details

Added Company Transaction Account

Added Employee Manage

Added Employee Manage Complete Edit Employee | Manage Salary and Manage Bank

Added Bill Generate Form

Added Bill Generate Print

Added Customer Request Page

Added Homepage Part 1

Added Homepage Part 2 Charts

About

Django Medical StoreFront End In ReactJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published