Skip to content

abhijeetsatpute/asmoclinic-be

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

npm install

Database Migration & Seeder

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

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:

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!

Releases

No releases published

Packages

No packages published