Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 520 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 520 Bytes

Ano Books

Create, edit and delete books with everybody! What could go wrong!

Demo Site

A full stack app that lets anyone create, edit and delete books. The concept is a bit weird, but a cool exercise for me.

The stack

  • React as frontend
  • Express as backend
  • Postgresql as database

Build

Server:

  • npm install
  • node index.js

Frontend

  • cd frontend
  • npm install
  • npm run build

Database init commands are in database.sql