Build a server-rendered full-stack app with database for blog posts
-
As a user I want to see all the blogs
-
As an admin I want to be able to login
-
As an admin I want to be able to logout
-
As an admin I want to be able to add a new blogs
-
As an admin I want to be able to update a new blogs
-
As an admin I want to be able to delete a new blogs
-
As a user I want to be able to add comments o the blog
- Build an app using the Express framework.
- Use a PostgreSQL database to store and retrieve your data.
- Use the retrieved data to populate a Handlebars template for server-side rendering to be displayed on the front-end.
**Developer side:**
* `git clone git@github.com:FACG2/Week-8-Blogs.git`
* `npm i`
* `npm run start:watch`
Team :
- Aia
- Salwa
- Samer
- Mahmoud