Skip to content

A website for viewing and online booking of books available in the library.

License

Notifications You must be signed in to change notification settings

AnnKasian/online-library

Repository files navigation

Online Library

Client

How to Run

  1. Create and fill all .env file (use .env.example files as a reference). This file is: ./.env

  2. Open terminal in root foder.

  3. Install dependencies: npm install.

  4. Run app: npm run dev.

Technologies

  1. Typescript
  2. NestJS
  3. Prisma

Server

How to Run

  1. Create and fill all .env file (use .env.example files as a reference). This file is: ./.env

  2. Open terminal in root foder.

  3. Install dependencies: npm install.

  4. Run database by using npm run db:up or installing postgres server on your computer and manually creating database.

  5. Run database migrations: npm run db:migrate.

  6. Run database seeds: npm run db:seed.

  7. Run app: npm run dev.

Technologies

  1. Typescript
  2. NestJS
  3. Prisma

About

A website for viewing and online booking of books available in the library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published