An api for thinkly - a blogging app.
- clone this repo.
- cd into the repo folder
thinkly-api
.- install dependencies by running
npm install
from CLI.- create a
.env
file that will contain the app environmment variables (see.env.example
file`).- run server using
npm start
ornpm run dev
(to automate compilation and server connection when there're changes).- app runs locally on:
http://localhost:7000/
.- and on web:
https://thinkly-api.herokuapp.com/
.
get POSTMAN documentation here.
:)