The Article App allows users to publish their favorite articles. It aims to provide a platform for sharing articles and engaging with a community of readers.
- This repository is consisting only frontend part and it is deployed on vercel Live Link.
- For backend part View Github Repo.
- Vite
- Npm
- HTML
- CSS
- Tailwind
- React.js
- Javascript
Backned View Github Repo
- MongoDB
- Node.js
- Express.js
- Javascript
- Npm
- Clone the repository.
- Navigate to the frontend folder and run
npm installto install frontend dependencies. - Run
npm run devin the frontend folder to start the frontend application.
Backend View Github Repo
- Clone the repository.
- Navigate to the backend folder and run
npm installto install backend dependencies. - Set up the Environmet Variables
- Set up MongoDB and configure the database connection.
- Run
server.jsin the backend folder to start the backend server.
- User authentication (sign up, log in)
- Article publishing
- Article browsing
|-- src
|-- assets
|-- components
|-- constant
|-- context
|-- pages
|-- AddBlog.jsx
|-- Home.jsx
|-- Login.jsx
|-- Profile.jsx
|-- Register.jsx
|-- App.jsx
|-- index.css
|-- main.jsx
|-- index.html
|-- package.json
|-- package-lock.json
Backnend View Github Repo
|-- controllers |-- middleware |-- models |-- routes |-- utils |-- server.js |-- package.json |-- package-lock.json
This project is licensed under the MIT License.