Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dz1kill/backend_crud_user
- Owner: dz1kill
- Created: 2023-04-20T19:51:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-19T16:41:37.000Z (over 1 year ago)
- Last Synced: 2024-09-23T06:02:48.349Z (about 2 months ago)
- Topics: crud, expressjs, jwt, nodejs, postgresql, sequelize
- Language: TypeScript
- Homepage:
- Size: 152 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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