Skip to content

Latest commit

 

History

History
108 lines (71 loc) · 2.77 KB

README.md

File metadata and controls

108 lines (71 loc) · 2.77 KB

BLOGAPP

Table of Contents

Sections headers will be used to reference location of destination.


Description

  • Fullstack blog app with MERN Stack.
  • User can create an account. Create, update & delete posts of their own creation.
  • Users can only read through the page without creating an account.
  • Users can not delete or update/edit other users post.

Technologies used

  • React
  • Context API
  • Typescript
  • Tailwind
  • Vite
  • Node.js
  • Express.js
  • MongoDB

Back To The Top


How To Use

Installation

First download project

Two folders in a project [one for frontend, one for backend]:

You need to create .env file in backend folder with these variables:

Comment out the code in frontend -> src -> config folder.

Open two terminals:

  • cd frontend -> npm install to install client dependencies
  • cd backend -> npm install to install client dependencies

After installing dependencies:

  • cd frontend -> npm run dev to go into development mode
  • cd backend -> npm run dev to go into development mode

Scripts

npm run dev to run react server
npm run build to make production build

Live Demo

Back To The Top


License

MIT License

Copyright (c) [2024] [Elmedin Hodzic]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Back To The Top


Author Info

Back To The Top