https://github.com/yivgha/nest-be-eco-landing
https://github.com/yivgha/nest-be-eco-landing
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yivgha/nest-be-eco-landing
- Owner: Yivgha
- Created: 2024-05-03T15:39:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-13T10:03:52.000Z (about 1 year ago)
- Last Synced: 2024-05-13T11:26:14.393Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://eco-landing-be-3cf7ce102020.herokuapp.com/
- Size: 3.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Eco landing React App
       
This is pet project created with React, Redux plus Nest.js/Heroku backend and PostgreSQL database.
# Main page
Just to confirm this backend server works properly, i'm gonna show you response from different endpoints. On main page you'll see custom greeting:

# Users
If you open api on /user endpoint, you can see data about all users. Data is fake, but just in case passwords are blurred. You can create new user on /user +post method.

# Deals
On /deals endpoint you can see all deals and basic info about them. The hardest thing to add was image, which you should upload via form and then store somewhere and reach via correct path on frontend.

On /deal/:id you can reach info about one concrete deal.

For now this is all logic added in project and you can't reach server manually, because heroku isn't free to play.