API image for a small Shorturl APP build with Vue.js, Node.js and MongoDB.
- Node.js v12.18.3
- Typescript v3.6.3
- Docker
- MongoDB
- Create a short URL [POST] api/v1/urls
- Get all the short URLs [GET] api/v1/urls
TBA
This project is backend of a whole project. To run them all it's easy to use Docker.
Jump into that repository https://github.com/maelfosso/startup-files.git
and follow the described steps to run them all as one.
To get a local copy up and running follow these simple example steps.
Node.js v12 - Typescript v3.6 - MongoDB v3
Clone the repository
git clone https://github.com/maelfosso/shorturl-api.git
Change the directory
cd shorturl-api
Start it
npm install
npm run prod
npm run test