Skip to content

shadyabhi/marketsheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Marketsheet

Convert your Airtable sheet into a shiny sale listing website. The sole purpose of this project is to make the experience more user friendly for the buyers rather than just looking at a boring excelsheet. Also, show buyers only what they have to see and excel sheet can contain more details.

Excel sheet in Airtable:-

Excel

Get a website like:-

Website1 Website2

Build

Frontend

	# install front-end
	cd frontend
	npm install

	# serve with hot reload at localhost:8080
	npm run dev

	# build for production/Flask with minification
	npm run build

Backend

	# install back-end
	cd ../backend
	virtualenv -p python3 venv
	source venv/bin/activate
	pip install -r requirements.txt

	# For debug,
	make run-debug

	# Else (serve website from built dist folder)
	make run

About

Create a sale website from a excel sheet in Airtable

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published