Welcome to Asmoclinic Backend Service!
This project is an Express TypeScript application featuring cookie-based JWT authentication middleware and protected routes.
To get started, install the project dependencies by running the following command:
npm install
Before running the application, make sure to migrate the database schema and seed initial data. Run the following commands:
npm run db:migrate
npm run db:seed
Before running the application, make sure to migrate the database schema and seed initial data. Run the following commands:
You can access the API documentation through the following route:
http://localhost:5000/
Make sure your server is running locally on port 5000 to access the API documentation.
Feel free to explore the various routes and endpoints provided by the API.
Happy coding!