Skip to content

This repository contains a backend for course selling application built with Express.js and MongoDB and written in typescript .

License

Notifications You must be signed in to change notification settings

geekyharsh05/Skill-Bazaar-API

Repository files navigation

Skill Bazaar

This is a backend api for Skill Bazaar built using express and typescript.

Requirements

  • Docker
  • Nodejs
  • MongoDB
  • Typescript
  • Redis
  • npm
  • pnpm(prefered package manager)

Installation

Click Me
  1. Clone the repository
  2. Install the dependencies
  3. 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

NOTE: Setup environment variable in .env

API Endpoints

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

Author Name   :   Harsh Vardhan Pandey
Author URI       :   www.aboutharsh.vercel.app
GitHub URI       :   geekyharsh05

License

License: MIT

About

This repository contains a backend for course selling application built with Express.js and MongoDB and written in typescript .

Topics

Resources

License

Stars

Watchers

Forks