Skip to content

Latest commit

 

History

History
60 lines (35 loc) · 1.81 KB

README.md

File metadata and controls

60 lines (35 loc) · 1.81 KB

Appointment App

Alt Text

Appointment Scheduler App in Express.js and React with Materials UI

Screen capture

Alt Text

Date Picker

Alt Text

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Make sure you have installed all of the following prerequisites on your development machine:

Installing

# Clone this repository
$ git clone https://github.com/barrancocarlos/appointment-app.git

# Go into the repository
$ cd movies-tracker

# Go into express app
$ cd express-api

# Install dependencies
$ npm install

# Run the app
$ node app.js

# App will run on http://localhost:5000

# Go into react app
$ cd react-app

# Install dependencies
$ npm install

# Run the App
$ npm start

# App will run on http://localhost:3000