This project was made during our first week of FAC full-time bootcamp. Building a project that incorporates the basic functionality of a blog.
- Clone the repository.
- Install Node and NPM, if you already don't have them.
- Go to the directory of the cloned repo and run "npm install".
- To see it locally run npm run dev.
- The ability to add posts to the page.
- The ability to delete posts from the page.
- The ability for the user to like a post.
- Make sure the page is accessible to all users.
- To run the whole test file write run "npm test" in the terminal.
- To run the tests individually go to the test directory and run "node server.test.js".