Hi there.
This component is the carousel for the similar items for the Nile app. This is similar to the
In order to get this guy working please do the following steps
- Install (
Postgres
) through brewer - google is your friend - Install (
Node
) through brewer
This is absolutely required. Follow the steps that they put you through.
Next you just need to run the following commands in the git.
- Install the dependencies via (
npm install
) - Create the database via (
npm run start-db
) - Create the tables and seed the database (
npm run database
) - Start the server (
npm run server-dev
)
This guy is looking for port 3000 so change it if you need to.
If you have any questions or suggestions, feel free to drop a message.