Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aldenvallestero/node-js-kitra
https://github.com/aldenvallestero/node-js-kitra
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aldenvallestero/node-js-kitra
- Owner: aldenvallestero
- Created: 2024-01-08T15:59:27.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-23T05:09:23.000Z (10 months ago)
- Last Synced: 2024-01-23T14:57:41.137Z (10 months ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-js-kitra
### How to run
1. Clone the repository.
2. Run `npm i` from the project root directory.
3. Make sure that you have a postgresql in your local machine.
4. Run sequelize migration `npx sequelize-cli db:migrate`.
5. Run seeder `npx sequelize-cli db:seed:all`.
6. Run `npm run test` to start development environment.
7. Postman collection is included to the project root directory, use it to test the API.