Created using Nest JS Setup the Project
- Clone the Project
git clone [email protected]:4H1R/firepost-nestjs.git
- Change your directory to the cloned project
cd firepost-nestjs
- Install required dependencies
npm install
- Setup the .env file
cp .env.example .env
- Run the Project
npm run docker:up # Run the Postgres
npm run start:dev
Visit the Main Page and You'll see the OpenApi Page.