Skip to content

max-monica/memoriae

Repository files navigation

Memoriae

Anonymously post your thoughts and memoriaes

Installation & Usage

Installation

  • Clone or download the repo

Usage

  • Go to the project folder
  • Open the bash terminal
  • Run: bash _scripts/startDev.sh
  • You will find:
  • To close the app:
    • Open a new bash terminal in the project folder
    • Run: bash _scripts/stop.sh
  • To perfom a complete teardown of the app:
    • Open a new bash terminal in the project folder
    • Run: bash _scripts/teardown.sh

Technologies

Environment
Client
Server
Database

API

Route Name URL HTTP Verb Description
Root / GET Test api is initialised
Create /posts POST Create a post
Show /posts/:id GET Show info about a post

Database Schema

Database Schema

Changelog

Find the full changelog here

Bugs

  • Change the system to make friendly URL
  • When you search some address in the url and you add extra slash parameters to the home address the 404 page doesn't show.
  • The default 'Anonymous' of the user is not working with the actual insert query when author is empty or null (for now it's been asign before the query).

Licence

MIT Licence