Skip to content
Permalink
master
Switch branches/tags

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?
Go to file
 
 
Cannot retrieve contributors at this time
# 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`