Skip to content

lyskoivan/cookbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was bootstrapped with Create React App and Node.js. Project link CookBook.

docker exec -ti cookbook-api bash -c 'npm i && npm start'

Usage

  • Clone the repository: https://github.com/lyskoivan/cookbook.git

Usage With Docker

  • Go into the repository: cd cookbook
  • Build the docker compose: docker-compose up -d --build
  • For run server: docker exec -ti cookbook-api bash -c 'npm i && npm start'
  • For run view, open second terminal and run: docker exec -ti view-cookbook bash -c 'npm i & npm start'
  • View in browser at: http://localhost:3000

Usage Without Docker

  • Go into the view repository: cd cookbook/view
  • Install the application: npm install
  • Create build: npm run build - For production
  • Or run view: npm start
  • Go into the server repository: cd cookbook/server
  • Install the application: npm install
  • Start the server: npm start
  • Server view build in browser at: http://localhost:8000
  • If view is running: http://localhost:3000

About

Cookbook with recipes changes history Node.js + React.js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors