A blog application designed to allow users to browse, create and post, and search blog entries.
- Browse blog posts
- Create new posts
- Search through existing posts
- Login and logout
- Register new users
- 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 ✨
git clone this repo
Open backend folder and start the application
- Go to localhost:8080/h2-console
- JDBC URL: jdbc:h2:file:./BlogDatabase
- Username: sa
- Password:
- and click connect to view the database!
- Open frontend folder in Visual Studio Code (or other alternative)
- Run "npm install" in the terminal
- Run "ng serve --open" to start the front end application




