nestit / dental-clinic

Fullstack app with Node React Redux, Express and Mongoose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Build Status

Getting started

To get the APP running locally:

Make sure you have Node.js and MongoDB Community Edition (instructions) 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!

About

Fullstack app with Node React Redux, Express and Mongoose


Languages

Language:JavaScript 87.3%Language:CSS 11.5%Language:HTML 0.8%Language:Dockerfile 0.3%