Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 .
- Host: GitHub
- URL: https://github.com/geekyharsh05/skill-bazaar-api
- Owner: geekyharsh05
- License: mit
- Created: 2023-12-27T13:34:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-28T10:57:54.000Z (about 1 year ago)
- Last Synced: 2024-11-09T02:38:22.272Z (3 months ago)
- Topics: api, docker, jsonwebtoken, mongodb, mongoose, nodejs, redis, redis-client, stripe, typescript, z, zod
- Language: TypeScript
- Homepage:
- Size: 43.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)