Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/geekyharsh05/skill-bazaar-api

This repository contains a backend for course selling application built with Express.js and MongoDB and written in typescript .
https://github.com/geekyharsh05/skill-bazaar-api

api docker jsonwebtoken mongodb mongoose nodejs redis redis-client stripe typescript z zod

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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

```bash
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](https://aboutharsh.vercel.app/)

**GitHub URI**       :   [geekyharsh05](https://github.com/geekyharsh05)

## License

[![License: MIT](https://img.shields.io/badge/License-MIT-red.svg)](https://opensource.org/licenses/MIT)