gameFinderzz is a multi page NodeJS app where users can post video games for sale, add them to thier favourites and message the seller.
- HTML5
- CSS3
- Node.JS
- Express
- PostgresQL
- Create the
.env
by using.env.example
as a reference:cp .env.example .env
- Create a DB in PostgresQL.
- Update the .env file with your correct local information
- username:
YOUR USERNAME
- password:
YOUR PASSWORD
- database:
YOUR DB NAME
- Install dependencies:
npm i
- Fix to binaries for sass:
npm rebuild node-sass
- Reset database:
npm run db:reset
- Run the server
npm start