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

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:

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

Sign