This repository contains the frontend part of the ARTEMISBLOG web app.
ARTEMISBLOG is a simple full-stack application that allows users to perform CRUD operations (create, read, update, delete) on posts. Additionally, users can authenticate on the website, and all their personal data will be stored in a MongoDB database.
To run the app in the development mode, use the following command:
npm start
Open http://localhost:3000 to view it in your browser.
All necessary dependencies for the project are already listed in the package.json
file. You can easily install them by running the following command:
npm i
This will install all the dependencies specified in package.json
and prepare your environment for running the project.
- React
- Redux
- Axios
- Sass