larprad / monsters

Building a monster database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Monsters

Persistent database of mythical monsters. Create, edit, delete your own creations.

🕹️ https://mythicalmonsters.herokuapp.com/

Context

This application was produced during the month of June 2020 in order to work with Node JS including the development of a basic REST API with Express JS. This application is closer to an exercise result than a functional tool.

Presentation

A basic CRUD (Create Read Delete Update) application in which entries can be created and updated. Each entry has a name, description and picture.

Main page Monster page

A filter is available in order to be able to act on the number of entries displayed as well as a sorting function by creation date.

Architecture

The front end was done with React JS, the page routing with React Router v6 the back end with Node JS and Express JS. The database is running SQlite3 model.

Architecture monsters

About

Building a monster database


Languages

Language:JavaScript 74.5%Language:CSS 22.1%Language:HTML 3.4%