Skip to content

tpauldike/learnWithMe-backend

Repository files navigation

learnWithMe

An web app for subscription for special tech classes

Description

This is the backend work for the app, you can find the source codes for the frontend hosted on the GitHub repository learnWithMe-frontend and the web app accessible via learnwithtopman.vercel.app, although there's the admin panel that is not public. To run the app with no frontend, kindly follow the instructions below:

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Website

learnwithtopman.vercel.app

Stay in touch

About

The server side of the web app, learnWithMe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published