Skip to content

Frontend for ARTEMISBLOG: a simple full-stack app for CRUD operations on posts with user authentication and MongoDB storage

Notifications You must be signed in to change notification settings

akinakk/Artemisblog-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARTEMISBLOG Frontend

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.

Getting Started

To run the app in the development mode, use the following command:

npm start

Open http://localhost:3000 to view it in your browser.

Installing Dependencies

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.

Technologies Used

  • React
  • Redux
  • Axios
  • Sass

About

Frontend for ARTEMISBLOG: a simple full-stack app for CRUD operations on posts with user authentication and MongoDB storage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published