Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 311 Bytes

File metadata and controls

22 lines (13 loc) · 311 Bytes

PokeBattle- Backend

Backend for the PokeBattle App. Check out PokeBattle- Frontend

Set Up

  1. npm install

  2. Set up .env file using the sample env

  3. npm run server

Prettier

npm run format

Technologies

  • Express
  • PostgreSQL
  • Jest
  • Supertest