raj-amit-singh / bookstore

Node+Nestjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bookstore

Modern web app clean architecture with NestJS + MongoDB + Angular

Technologies

  • Backend
    • NodeJs/NestJs TypeScript
    • MongoDB/Mongoose
    • Jest (testing)
  • Front-end
    • Angular 16
    • CSS
    • Cypress (testing)

Features

  • MongoDB for database cloud

Issues

  • Effective Config - Not able to setup effective config
  • Signup - Need to fix singup bugs
  • Purchase - Need to add cart and purchase

Running the angular - client app

# 
$ npm run start

Running the server app

Create a new file .env from .env.example and replace DB_URI

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

About

Node+Nestjs

License:MIT License


Languages

Language:TypeScript 87.9%Language:HTML 9.1%Language:JavaScript 1.7%Language:CSS 1.3%