https://github.com/devcoriser/mern-dental-clinic
https://github.com/devcoriser/mern-dental-clinic
express mern-stack mongodb nodejs reactjs
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devcoriser/mern-dental-clinic
- Owner: devcoriser
- Created: 2023-07-05T14:27:51.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-05T14:31:36.000Z (about 3 years ago)
- Last Synced: 2025-08-12T05:41:06.538Z (12 months ago)
- Topics: express, mern-stack, mongodb, nodejs, reactjs
- Language: JavaScript
- Homepage:
- Size: 2.01 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes.md
Awesome Lists containing this project
README
# Dental clinic
A Node app built with MongoDB (Mongoose) React and Redux for learning MERN stack purpose.
Node provides the RESTful API, React provides the frontend and accesses the API, Redux for state management and MongoDB as a realtime database.

# Getting started
To get the APP running locally:
Make sure you have Node.js and MongoDB Community Edition ([instructions](https://docs.mongodb.com/manual/installation/#tutorials)) installed.
- Clone this repo
- `npm install` to install all required dependencies
- Run `mongod`
- `npm run start` to start the local server
The APP should now be running on localhost:8000.
# Contribution
This repo is functionality not complete - PRs and issues welcome!