Check Demo
- Get all users (https://aventique.onrender.com/api/v1/users)
Make sure you have Node.js and npm installed.
-
Clone or Download the repository
$ git clone https://github.com/seif1000/fuzzy-succotash.git -
Install Dependencies
$ npm install -
Start the application
$ npm run dev -
Build the app
$ npm run build -
Unit test using jest
$ npm test
Your app should now be running on localhost:3000.