https://github.com/mgenglder/officefront
Officefront prototype for a doctors office
https://github.com/mgenglder/officefront
angular angular6 doctor healthcare home mongodb nodejs office physician
Last synced: about 1 month ago
JSON representation
Officefront prototype for a doctors office
- Host: GitHub
- URL: https://github.com/mgenglder/officefront
- Owner: MgenGlder
- Created: 2017-12-13T20:34:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-30T23:32:14.000Z (over 7 years ago)
- Last Synced: 2025-02-12T06:59:40.163Z (about 1 year ago)
- Topics: angular, angular6, doctor, healthcare, home, mongodb, nodejs, office, physician
- Language: JavaScript
- Homepage: http://officefront.herokuapp.com
- Size: 3.32 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OfficeFront prototype

Ease the daily processes and needs of a visiting physician practice.
## Getting Started
---
### Install
Install the project dependencies by going to the project folder and running
`npm install`
Once that's done, make sure to install MongoDB to your machine. Once that's done, you can run your mongo instance by running the `mongod` command
### Running it
In order to run the project, run the following commands in order, in separate terminal windows. (I know, I know. It sucks but haven't figured out a better way :(
If you're Mongo instance isn't running yet, run
`mongod`
then run the backend server application with
`npm start`
then run the front end with
`ng server`
*Make sure all are running in separate terminal/command prompt windows concurrently*
And you have a running app! You can visit the site with the default port at localhost:4200 in most browsers.
Styling is based on CoreUI Pro base