2024-03-06 12:36:54 +01:00
|
|
|
# motivational-picture-generator
|
|
|
|
|
2024-03-06 15:29:35 +01:00
|
|
|
A project to learn NodeJS, ExpressJS, and whatever else along the way.
|
|
|
|
|
|
|
|
**THIS IS ALL WORK IN PROGRESS AND SUBJECT TO CHANGE**
|
|
|
|
|
|
|
|
To start server
|
|
|
|
|
|
|
|
```bash
|
|
|
|
npm run dev
|
|
|
|
```
|
|
|
|
|
|
|
|
Make url request to `localhost:4000/submit/{}`
|
|
|
|
|
|
|
|
Testing with
|
|
|
|
|
|
|
|
```bash
|
|
|
|
ab -c 5 -t 15 http://localhost:4000/submit/\{\}
|
|
|
|
```
|