updated readme
This commit is contained in:
parent
9aa42fc1f1
commit
afc8780653
@ -3,9 +3,13 @@
|
|||||||
This is an angularjs project, currently it is a total rebuild of inkletblot.com using the framework.
|
This is an angularjs project, currently it is a total rebuild of inkletblot.com using the framework.
|
||||||
The forum has been separated from the gallery and 'things' pages. It is at https://github.com/Inkletblot/forum.com
|
The forum has been separated from the gallery and 'things' pages. It is at https://github.com/Inkletblot/forum.com
|
||||||
|
|
||||||
|
Api server for this project is at https://github.com/Inkletblot/inkletblot.server
|
||||||
|
There is a container of the app autobuilt at inkletblot/inkletblot-server
|
||||||
|
|
||||||
> I know things is a stupid name, can you come up with a better one?
|
> I know things is a stupid name, can you come up with a better one?
|
||||||
|
|
||||||
## TODO!
|
## TODO!
|
||||||
|
* note that todo applies to both .com and .server and is kept synced, manually! *
|
||||||
|
|
||||||
### General:
|
### General:
|
||||||
* Fix server responses to be all the same.
|
* Fix server responses to be all the same.
|
||||||
@ -14,7 +18,7 @@ The forum has been separated from the gallery and 'things' pages. It is at https
|
|||||||
* Generally strengthen server API, especially once forum is separate.
|
* Generally strengthen server API, especially once forum is separate.
|
||||||
|
|
||||||
### Gallery/Things:
|
### Gallery/Things:
|
||||||
*Deal with this once forum is totally complete, it is now main project*
|
* Things to add are nil atm.
|
||||||
|
|
||||||
## Interesting Ideas.
|
## Interesting Ideas.
|
||||||
* None as of yet x
|
* None as of yet x
|
||||||
@ -12,7 +12,7 @@ app.get('/', (req, res) => {
|
|||||||
res.sendFile('./index.html')
|
res.sendFile('./index.html')
|
||||||
})
|
})
|
||||||
|
|
||||||
let port = 7000
|
let port = 8700
|
||||||
|
|
||||||
app.listen(port, () => {
|
app.listen(port, () => {
|
||||||
console.log("Listening on port "+port+"...");
|
console.log("Listening on port "+port+"...");
|
||||||
|
|||||||
Reference in New Issue
Block a user