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.
- React.js, Redux, Material-UI
- Node.js, Express, Axios
- Testing (Cypress, Jest)
- MongoDB
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
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.