ZeyadTarek1 / Espresso-Maker

MERN stack practice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Espresso-Maker

MERN stack practice

Table of Contents

Description

  • This project is still a work in progress.
  • This project uses React, Express and Node.
  • The goal of this project is to develop a simple website that offers espresso delivery as a service.
  • Planned features include custom drink making, delivery scheduler and caffeine history tracker.

Instructions

  • Coming soon

Usage (run fullstack app on your machine)

Prerequisites

Download

$ git clone https://github.com/ZeyadTarek1/Espresso-Maker.git

Install

Install client dependencies (PORT: 3000)

$ cd client
$ npm i

Install server dependencies (PORT: 5000)

$ cd server
$ npm i

Run-Stack

$ npm run dev //from the root of the project

About

MERN stack practice


Languages

Language:JavaScript 73.9%Language:CSS 15.8%Language:HTML 10.2%