Skip to content

indra-uolles/restaurants-nodejs-mongo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

restaurants-nodejs-

Description

A monorepo for the blog post about Cypress

Screenshot

Installation

docker run -p 27017:27017 --name rests -d mongo:5.0.11

Copy example.env in server folder and rename it

Open Docker Dashboard and make sure that container rests is running.

Backend

cd server
npm i
npm start

Frontend

cd client
npm i
npm start

Cypress

cd client
npx cypress open

About

For the post about Cypress - REST API for the restaurant (React, Express.js, MongoDB)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.6%
  • TypeScript 27.0%
  • HTML 3.2%
  • CSS 3.1%
  • Shell 0.1%