Skip to content

Backend server for react-blog. Allowing retrieval and editing of existing posts, adding new posts, and even authentication for users.

Notifications You must be signed in to change notification settings

WatCodeDatCode/blog-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Final Project: Mongo Server for React Blog

Table of contents

General information

This database is set up for serving blog details and user authentication for a final project for the Full-Stack Web Development program at Hamburg Coding School. The repo to the site using this database can be found here.

Features

  • At the /blogs route, blog details stored in the server can be fetched.
  • Additional routes here allow for posting of new blog details as well as putting changes.
  • The /users route offers routing for post requests, either for signing up new users or logging in.
  • Log ins are authenticated using JWTs and stored hashed in the server.

Future plans

  • Add additional routes for updating stored passwords.
  • Grant specific roles to users as well as an admin to allow for more controlled user-functions on the front-end (i. e. deleting of posts only by owner of post or admin)

About

Backend server for react-blog. Allowing retrieval and editing of existing posts, adding new posts, and even authentication for users.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published