Skip to content

veravolkova/Bloglist-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Table of contents

General info

A simple single-page bloglist app, exercise from part 7, Full Stack Open course by University of Helsinki. Lists blogs, users, blogs per user. Has like, comment and remove functionality.

Bloglist Screenshot1

Technologies

  • React.js, Redux, Material-UI
  • Node.js, Express, Axios
  • Testing (Cypress, Jest)
  • MongoDB

Setup

To install this project:

Frontend (main folder):
navigate to the main (Events) folder and run npm install

Backend (node-server folder)
navigate to node-server folder and run npm install

To run this project:

NB! The project won't run without .env file, in the backend folder, that contains database credentials and token secret.

Frontend (bloglist-frontend folder):

`npm start`
Runs the app in the development mode.
Open [http://localhost:3000] to view it in the browser.

Backend (bloglist-backend folder):

`npm run dev`
Runs the app in the development mode.
Open [http://localhost:3001] to view it in the browser.

About

Bloglist App Exercise, Full Stack Open Course by University of Helsinki. UI development is in progress.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors