-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
14 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,5 @@ | |
"esversion": 6, | ||
"strict": true, | ||
"esnext": false, | ||
"node": true, | ||
"predef": [ | ||
"app" | ||
] | ||
"node": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,6 @@ | ||
# dashbored | ||
|
||
Dashbored is an all-in-one dashboard for users to keep notes, track the weather, get news updates, etc. Built with Express, Angular, Node, and SQLite. | ||
Dashbored is an all-in-one dashboard for users to keep notes, track the weather, get news updates, etc. Built with Electron, Express, Angular, Node, and SQLite. This repo represents the server-side API. | ||
|
||
### Purpose | ||
This app was written for my back-end capstone at [Nashville Software School](http://nashvillesoftwareschool.com/). | ||
|
||
### Features | ||
|
||
|
||
### Local Use | ||
If you want to run this app locally/get it on your machine - | ||
1. Git clone onto your local machine/repository(via HTTPS) - ``` git clone https://github.com/beatface/dashbored.git``` | ||
2. Go into the new cloned directory - ``` cd dashbored ``` | ||
3. Install packages required by this app - | ||
``` | ||
npm install | ||
``` | ||
4. Run express server, and you're done! (after running, go to localhost:8896 in your browser to view) - | ||
``` | ||
npm start | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters