Skip to content

DemetriusElder/GroupProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

152 Commits
 
 
 
 
 
 

Repository files navigation

Blog Writer App

Contributors: Tam Doan, Demetrius Elder, Hoang Le, Nick Ogbuehi

A blog application designed to allow users to browse, create and post, and search blog entries.

Features:

  • Browse blog posts
  • Create new posts
  • Search through existing posts
  • Login and logout
  • Register new users

To Do:

  • Bcrypt & User database 🔐 🕵️‍♂️
  • Cosmos DB
  • Pagination (Ugly but functional✨)
  • Edit && || delete function for certain users
  • Finish bootstrapping app 👢
  • Autofill author field when creating new post 🖊️
  • ✨ Make it pretty ✨

Technologies and Languages

How To: Install and Run App

git clone this repo

Run Backend

Open backend folder and start the application

To open database:

  1. Go to localhost:8080/h2-console
  2. JDBC URL: jdbc:h2:file:./BlogDatabase
  3. Username: sa
  4. Password:
  5. and click connect to view the database!

Run Frontend

  1. Open frontend folder in Visual Studio Code (or other alternative)
  2. Run "npm install" in the terminal
  3. Run "ng serve --open" to start the front end application

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •