https://github.com/robsonmt/crud-node
https://github.com/robsonmt/crud-node
jsonwebtoken node postgresql typeorm typescript yup-validation
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/robsonmt/crud-node
- Owner: RobsonMT
- Created: 2022-05-11T01:47:12.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-24T23:17:28.000Z (about 4 years ago)
- Last Synced: 2024-12-29T00:54:23.311Z (over 1 year ago)
- Topics: jsonwebtoken, node, postgresql, typeorm, typescript, yup-validation
- Language: TypeScript
- Homepage:
- Size: 70.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Build with TypeORM
Steps to run this project:
1. Run `yarn install` command
2. Configure the variable settings inside the `.env` file based on the `.env.example` file.
3. Run `yarn migration:run` command
4. Run `yarn dev` command