Blogsys
Simple blog system built with nodejs and react
- React Front-end
- NodeJS/Express back-end
- Can create new posts with title, subtitles, body and image (all fields mandatory)
- Node/Express.js image uploader, accepts JPG, GIF and PNG, clientside also checks for a valid image path
- Responsive, different layouts on desktop and mobile
Installing
- Do a
npm install
on project root - Run
npm run build
to start the webpack watcher and build the project - Run
npm run monitor
to start nodemon and the node server
- The aplication will be served at
localhost:8080
- Run
npm run test
to run the jest tests