Skip to content

sorinbunnyshell/demo-basic-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bunnyshell Books - Demo App

This app is a CRUD example, composed out of a frontend, one backend service and one database. Its purpose is to illustrate how you can quickly get started with Bunnyshell.

Summary of app functional requirements:

  • Each Book has id, title, description, availability status.
  • We can create, retrieve, update, delete Books.
  • There is a Search bar for searching Books by title.

Inspired from:

Summary of app functional requirements:

  • Each Book has id, title, description, availability status.
  • We can create, retrieve, update, delete Books.
  • There is a Search bar for searching Books by title.

Development

Copy the .env.sample to .env in order to have env vars for development, as the defaults are set to work with Bunnyshell, in prod mode.

Add the following line to /etc/hosts

127.0.0.1 books.local.bunnyshell.com books-api.local.bunnyshell.com

Projects setup

In each project directory, you can run:

npm install

or

Compiles and hot-reloads for development

npm start

About

Frontend & Backend Book App - very simple

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published