Bug fix and README update
This commit is contained in:
@@ -1,2 +1,11 @@
|
|||||||
# TextSender-API
|
# TextSender-API
|
||||||
An API used to send texts messages to multiple contacts.
|
An API used to send texts messages to multiple contacts.
|
||||||
|
|
||||||
|
|
||||||
|
## Getting started
|
||||||
|
|
||||||
|
Installing dependencies
|
||||||
|
`npm install`
|
||||||
|
|
||||||
|
Running server
|
||||||
|
`node app.js`
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ app.post('/api/v1/user/new', (req, res) => {
|
|||||||
|
|
||||||
// User routes
|
// User routes
|
||||||
// TODO: Not implemented
|
// TODO: Not implemented
|
||||||
app.post('/api/v1/login'. (req, res) => {
|
app.post('/api/v1/login', (req, res) => {
|
||||||
res.send('Implement');
|
res.send('Implement');
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user