This is a backend api for Skill Bazaar built using express and typescript.
- Docker
- Nodejs
- MongoDB
- Typescript
- Redis
- npm
- pnpm(prefered package manager)
Click Me
- Clone the repository
- Install the dependencies
- Run the server
git clone [email protected]:geekyharsh05/Skill-Bazaar-API.git
cd Skill-Bazaar-API
pnpm install
docker run -d --name redis-stack -p 6379:6379 -p 8001:8001 redis/redis-stack:latest
pnpm dev
The application will start, and you can access it at http://localhost:4000
(or the port you specified in your .env
file).
The Redis server will be listening on http://localhost:8001/redis-stack/browser
The application provides various API endpoints for interacting with the data stored in the MongoDB database. You can find the routes and their descriptions in the source code.
Author Name : Harsh Vardhan Pandey
Author URI : www.aboutharsh.vercel.app
GitHub URI : geekyharsh05