Skip to content

Commit f09051e

Browse files
committed
Add vidly CRUD features and optional features i.e sorting,pagnation
1 parent 1114efe commit f09051e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+13187
-6862
lines changed

.DS_Store

-6 KB
Binary file not shown.

.gitignore

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1-
# dotenv environment variables file
2-
.env
3-
node_modules/
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2+
3+
# dependencies
4+
/node_modules
5+
/.pnp
6+
.pnp.js
7+
8+
# testing
9+
/coverage
10+
11+
# production
12+
/build
13+
14+
# misc
15+
.DS_Store
16+
.env.local
17+
.env.development.local
18+
.env.test.local
19+
.env.production.local
20+
21+
npm-debug.log*
22+
yarn-debug.log*
23+
yarn-error.log*

.sequelizerc

Lines changed: 0 additions & 7 deletions
This file was deleted.

PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
# anda-app
1+
## Vidly
22

3-
Anda App is an online web application that is intended to enhance sharing, appraising and reviewing of Ideas, experiences and topical issues through an ethics-centric web platform
3+
Vidly is a movie web app. Users can view, rate, and sort movies based on genre, stock, rates. The frontend is built on Reactjs.
44

5-
[![Build Status](https://travis-ci.org/nkalyesubula/AndaApp.svg?branch=develop)](https://travis-ci.org/nkalyesubula/AndaApp)
5+
## INSRUCTIONS
66

7-
[![Maintainability](https://api.codeclimate.com/v1/badges/d37f4edc403670ba3a40/maintainability)](https://codeclimate.com/github/nkalyesubula/AndaApp/maintainability)
8-
9-
[![Coverage Status](https://coveralls.io/repos/github/nkalyesubula/AndaApp/badge.svg?branch=develop)](https://coveralls.io/github/nkalyesubula/AndaApp?branch=develop)
7+
1. Clone the repository
8+
2. checkout to develop branch
9+
3. Install the dependences and start the app by running the following commands:
10+
- npm i
11+
- npm run start

0 commit comments

Comments
 (0)