Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 813 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 813 Bytes

Chingu Tier 3 (Journal)

Overview

This app was created as a solo project for Chingu Voyage pre-work, with the MERN (MongoDB, Express, React, Node.js) stack.

Link to live build: https://chingu-journal-solo.herokuapp.com/

Features

  • The app allows the creation of notes, consisting of a title and body.
  • Users must be registed and signed in to create notes.
  • Users can only view notes created by themselves.
  • Users can edit and delete their notes.

Running the Project

In the project directory to:

Install dependencies, run:

yarn install

Run the app:

yarn start

Build a version of the app for production:

yarn build

Run the build with nodemon:

`yarn run dev

Dependencies

  • bcrypt
  • cors
  • mongoose
  • cookie-parser
  • axios
  • bootstrap
  • (react) dom, router-dom