A Express Server for the Journal App
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
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
- POST /api/users/signup
- POST /api/users/signin
- GET /api/posts
- POST /api/posts
- PUT /api/posts/:postId
- DELETE /api/posts/:postId