An open API service indexing awesome lists of open source software.

https://github.com/abhijeetsatpute/asmoclinic-be

Asmoclinic backend service
https://github.com/abhijeetsatpute/asmoclinic-be

auth-middleware authentication express migrations postgresql scraper seeders typescript

Last synced: about 2 months ago
JSON representation

Asmoclinic backend service

Awesome Lists containing this project

README

          

# asmoclinic-be

Welcome to Asmoclinic Backend Service!

This project is an Express TypeScript application featuring cookie-based JWT authentication middleware and protected routes.

## Installation

To get started, install the project dependencies by running the following command:

```bash
npm install
```

## Database Migration & Seeder

Before running the application, make sure to migrate the database schema and seed initial data. Run the following commands:

```bash
npm run db:migrate
npm run db:seed
```

## API Documentation

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:

```bash
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!