Skip to content

CKPleiser/chingu-pre-work-project-tier-3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Journal App - Chingu Pre-Work Tier 3

Overview

This app was created for the Chingu Voyage 11 pre-work. It's a simple CRUD application with authorization & authentication.

LIVE VERSION: Chingu Journal

Features

  • Users can register via email and password
  • Users can login with their email and password
  • Users can view a list of their own notes
  • Users can create new notes
  • Users can update their own notes
  • Users can delete their own notes

Running this project locally

  1. Clone this project locally
  2. Run npm install in your bash/command line
  3. Create a local config.env environment variable and update accordingly
  • NODE_ENV=development or production
  • PORT=your port, e.g. 3000
  • DATABASE=your mongodb uri
  • DATABASE_PASSWORD=your mongodb password
  • JWT_SECRET=your secret
  • JWT_EXPIRES_IN=90d
  • JWT_COOKIE_EXPIRES_IN=90
  1. Run npm start in your bash/command line

Tech Used

Dev Dependencies

About

Chingu Pre-Work Tier 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages