https://github.com/deadcoder0904/posts-with-ava
CRUD application (Posts) for Testing with AVA :zap:
https://github.com/deadcoder0904/posts-with-ava
ava bdd crud tdd test
Last synced: 2 months ago
JSON representation
CRUD application (Posts) for Testing with AVA :zap:
- Host: GitHub
- URL: https://github.com/deadcoder0904/posts-with-ava
- Owner: deadcoder0904
- License: mit
- Created: 2017-04-25T17:56:42.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-27T13:15:32.000Z (about 8 years ago)
- Last Synced: 2025-01-14T13:17:53.723Z (4 months ago)
- Topics: ava, bdd, crud, tdd, test
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# posts-with-ava
# Installation & Configuration
(1) Clone the project
`git clone [email protected]:deadcoder0904/posts-with-ava.git`
(2) Install the dependencies
`npm i` or `npm install`
(3) Run development server while developing
`npm run dev`
(4) Start the application
`npm start`
(5) Run the tests
`npm t` or `npm test`
## License
[MIT](LICENSE.md) © [Akshay Kadam](https://github.com/deadcoder0904)
### Made by A2K
![]()