/Thinkly

An api for thinkly - a blogging app.

Primary LanguageTypeScript

Thinkly-API

An api for thinkly - a blogging app.

How Use 🚀

  • 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 or npm 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/.

Documentation

get POSTMAN documentation here.

:)