WellSpent is a web app that enables you to shop ethically and get the ethical details about brands.
- Well Spent contains ethical brands.
- Each brand contains ethical details.
- User can suggest a new brand.
- User can add feedback for a brand
- The admin of wellSpent website can manage all stuff about the brands .
- A user can see all brands in wellSpent.
- A user can select a brand :
- Enable to see all details about a brand.
- Enable to suggest a new brand.
- Enable to add feedback.
- Admin can log by using shared username and password.
- Admin can add a brand :
- Enable to update and delete the brand.
- Enable to delete feedback.
- Leave the account
https://wellspent-ethical.herokuapp.com/#/
https://wellspent2.herokuapp.com/#/
Follow these instruction in order:
1- Open your terminal.
2- Clone this repository.
Using HTTP: https://github.com/FACK1/wellSpent.git
Using SSH: git@github.com:FACK1/wellSpent.git
3- Make a new file in the root directory wellSpent, and call it .env
Identify below variables inside .env file:
PORT=5000
APIKEY= "API KEY that you got from your account on Airtable"
DB_NAME ="Database Name on Airtable"
5- Install dependencies and dev dependencies; by typing in the terminal npm i
&& npm install-client
.
7- Run on your termial npm run dev
8- Open the app by write in your browser http://localhost:3000/