Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
plurab/README.md
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
19 lines (11 sloc)
565 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# FAQ Project | |
A 5001CEM Project focused on creating a dynamic website that allows users to post questions with images and answers. | |
## Getting Started | |
To start the server, run the command `node index.js` from the root directory and navigate to `localhost:8080` in the browser to display the website. | |
### Prerequisites | |
The project uses has a number of dependencies, all of which can be installed by running the command `npm i` after cloning the repository. | |
## Running the tests | |
To run unit tests: | |
`npm run test` | |
To run acceptance tests: | |
`npm run acceptance` |