--> [![Contributors][contributors-shield]][contributors-url] [![Forks][forks-shield]][forks-url] [![Stargazers][stars-shield]][stars-url] [![Issues][issues-shield]][issues-url] [![MIT License][license-shield]][license-url] [![LinkedIn][linkedin-shield]][linkedin-url]
Table of Contents
This web app a full-stack blogging website where you can create an account and start writing posts, follow users, comment, like, and many more things. This web app is built with Nextjs13(front-end and back-end part) so no nodejs or epxressjs is used for this project. For styling i used tailwindcss and for icons i used heroicons.com. And finally this project is compatible with nextjs13.
This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.
Setting up the project.
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
change the mongodb url to one of your own cluster and whitelist your ip address in the mongodb website settings.
- Clone the repo
git clone https://github.com/AliSinaYOusofi/BlogSite
- Install NPM packages
npm install
open your terminal/powershell and type: npm run dev.
- Add Changelog
- Add back to top links
- Add Additional Templates w/ Examples
- Add "components" document to easily copy & paste sections of the readme
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Ali Sina Yousofi - @RippedDeveloper - tinayousofiali@gmail.com
Project Link: https://github.com/AliSinaYOusofi/BlogSite