Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 836 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 836 Bytes

Server Project-Gebloggt

About this project

This project was made during our first week of FAC full-time bootcamp. Building a project that incorporates the basic functionality of a blog.

Install the project

  • 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.

User stories

  • 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.

Run the tests

  • 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".