Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
b77c634
make it better
TyronSamaroo Dec 2, 2019
87cd327
make it better
TyronSamaroo Dec 2, 2019
9fd4404
make it better
TyronSamaroo Dec 2, 2019
71c0395
Version 1.0.0
TyronSamaroo Dec 2, 2019
c6e1d4f
Version 1.0.0
TyronSamaroo Dec 2, 2019
ee68fad
Version 1.0.0
TyronSamaroo Dec 2, 2019
b8c0f83
New Change
TyronSamaroo Dec 2, 2019
ea672ef
Fix Passwords and Setup for Heroku
TyronSamaroo Dec 8, 2019
17db950
deleted nodemod
TyronSamaroo Dec 8, 2019
2b9bc35
insert search table
zeasnelson Dec 19, 2019
6f57639
fixed searchTable
zeasnelson Dec 19, 2019
b10188b
advanced search added
zeasnelson Dec 19, 2019
b1e6aac
changed icon
zeasnelson Dec 19, 2019
2b258b2
fixed bug
zeasnelson Dec 19, 2019
638f4ca
Tables Updated Responsive
TyronSamaroo Dec 19, 2019
7f9696e
updated css
zeasnelson Dec 19, 2019
08f9aad
New Changed to Tables,Routes and SearchBar
TyronSamaroo Dec 19, 2019
3fc7180
Fix Prints on Command Line Index Page
TyronSamaroo Dec 19, 2019
17535c6
Fix Index Time
TyronSamaroo Dec 19, 2019
58cef83
Fix Index Size
TyronSamaroo Dec 19, 2019
7427cdf
fixed bug
zeasnelson Dec 19, 2019
9f3d46e
Merge branch 'Feature/Deploy' of https://github.com/Project3GroupA/Se…
zeasnelson Dec 19, 2019
77e9013
Fix Mistake for Deloyment
TyronSamaroo Dec 19, 2019
9e65bc5
Merge branch 'Feature/Deploy' of https://github.com/Project3GroupA/Se…
zeasnelson Dec 19, 2019
81e538a
update index.html
zeasnelson Dec 19, 2019
2a13c6d
Changed to Scale and Name
TyronSamaroo Dec 19, 2019
bedea5e
Naming
TyronSamaroo Dec 19, 2019
e389f76
make it better
TyronSamaroo Dec 19, 2019
741c479
Deploy
TyronSamaroo Dec 19, 2019
a33d4d1
Deploy
TyronSamaroo Dec 19, 2019
d5b0073
Work?
TyronSamaroo Dec 19, 2019
19c2f31
Test and Deploy
TyronSamaroo Dec 19, 2019
fe6a1b2
New Fix
TyronSamaroo Dec 19, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions server/.gitignore → .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

# dependencies
/node_modules
**/node_modules
server/node_modules
client/node_modules

/.pnp
.pnp.js

Expand All @@ -13,6 +17,7 @@

# misc
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
Expand Down
21 changes: 21 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "Search Engine",
"description": "web app made of create-react-app UI + Node API",
"scripts": {
},
"env": {
},
"formation": {
"web": {
"quantity": 1
}
},
"addons": [

],
"buildpacks": [
{
"url": "heroku/nodejs"
}
]
}
Loading