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
- Host: GitHub
- URL: https://github.com/abhijeetsatpute/asmoclinic-be
- Owner: abhijeetsatpute
- Created: 2024-04-25T02:44:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-26T23:56:30.000Z (about 2 years ago)
- Last Synced: 2025-02-12T15:19:00.099Z (over 1 year ago)
- Topics: auth-middleware, authentication, express, migrations, postgresql, scraper, seeders, typescript
- Language: HTML
- Homepage: https://asmoclinic.uz/
- Size: 5.95 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!