Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dz1kill/backend_crud_user


https://github.com/dz1kill/backend_crud_user

crud expressjs jwt nodejs postgresql sequelize

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

## Description

User CRUD and authorization by JWT token.

## Running the app

```bash

# In the console, run the database image with the command:
$ docker-compose up

# Create tables in the database using the "migrations" command:
$ npm run migrate:start

# Running the project in development mode:
$ npm run dev

# To compile the project to JavaScript:
$ npm run build

# To start a project:
$ npm run start

```

## Test

Documentation (Swagger UI) is available at: [link] http://localhost:3000/api/

node v16.14.2