Skip to content

Commit a2ac81d

Browse files
author
SM_SAYEED
committed
Add README, .gitignore, requirements, and license
1 parent ddb9a71 commit a2ac81d

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

.gitignore.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
patterns-matter.db
2+
uploads/
3+
__pycache__/
4+
*.pyc
5+
.env

README.md.txt

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Patterns Matter Data Portal
2+
3+
This is a Flask web portal for materials science datasets and original music clips, developed by Sayeed.
4+
5+
## Features
6+
7+
- Materials datasets (bandgap, formation energy, melting point, oxidation state)
8+
- Music & guitar clip upload, preview, and download
9+
- Admin dashboard with file management
10+
- Search datasets and clips by keyword
11+
- SQL query tool (admin)
12+
- Supports inline edit and file delete (admin)
13+
14+
## Quick Start
15+
16+
1. Install requirements: pip install -r requirements.txt
17+
2. Run the app:
18+
3. Open [http://localhost:5000](http://localhost:5000)
19+
20+
## Project Structure
21+
app.py
22+
static/
23+
templates/
24+
uploads/ # (excluded from repo)
25+
patterns-matter.db # (excluded from repo)
26+
27+
## License
28+
29+
MIT
30+
31+
## Contact
32+
33+
Sayeed Shahriar
34+
35+

0 commit comments

Comments
 (0)