Jac21 / CarBarBackend

πŸš™ Backend for CarBar, utilizing Node.js, Express, TypeORM and TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

CircleCI

Installation

  1. Clone repository
  2. Run npm install
  3. edit ormconfig.json and change your database configuration (you can also change a database type, but don't forget to install specific database drivers)
  4. run npm start
  5. open http://localhost:3000/posts and you'll empty array
  6. use curl, postman or other tools to send http requests to test your typeorm-based API

About

πŸš™ Backend for CarBar, utilizing Node.js, Express, TypeORM and TypeScript


Languages

Language:TypeScript 100.0%