/journal-server

A Express Server for the Journal App built using MERN Stack

Primary LanguageJavaScript

JOURNAL SERVER

A Express Server for the Journal App

journal.png

Start Capturing the story of your life

We all have a past, Do we remember the most of it ? No , So here's a tool to write down what happened today, I'm sure you'll enjoy reading all the memories down the lane ,

when you're at you're older age

Installation

Use the package manager npm to install Journal Server. Setup the project and install the packages by running:

npm install

Run the below command to start the server

npm run dev

API

Users

  • POST /api/users/signup
  • POST /api/users/signin

Posts

  • GET /api/posts
  • POST /api/posts
  • PUT /api/posts/:postId
  • DELETE /api/posts/:postId