Frzurita / library-frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

This Web is going to implement a CRUD to manage books and login to users. A user will be able to register, login and manage books.

It has some examples of integration tests.

Installation

First, you need to clone de repopistory from github:

$ git clone git@github.com:Frzurita/library-frontend.git

Then, you need to install all the dependencies:

$ npm install

Running the app

# development
$ npm run dev

# production mode
$ npm run start

Tip: You will need to build the project before you run the app in prod:

# build
$ npm run build

Test

# integration tests
$ npm run test:e2e

Tip: To run the integration tests, you will need to have the frontend and backend up.

Demo

Here is the Demo

License

Nest is MIT licensed.

About


Languages

Language:TypeScript 71.8%Language:JavaScript 14.4%Language:CSS 8.3%Language:HTML 5.3%Language:Shell 0.2%