The project uses TypeScript, ExpressJS, TypeORM, Redis. The database required is PostgreSQL.
- cd early-post-api.
- Configure .env by referring to example file provided.
- Install packages using
npm install
- Run Typescript using
npm run watch
- Start server using
npm run dev