Application BE THE HERO
- Backend
- Node.js
- Express
- SQLite
- Knex Migrate
- Celebrate Validation
- Jest Test
- Cross-ENV
- Supertest
- * check package.json
- Node 9+
- Yarn || NPM
Example run Backend:
- Clone your repository
git clone [email protected]:felipefln/SemanaOmnistack11.git
- Go to the dir:
cd backend
- Install dependen:
yarn install
||npm install
- Run the script:
yarn dev
||npm start
- Now it's running on http://localhost:3333
By Felipe Weiduschadt de Carvalho