Skip to content

aaronmivo/journal-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published