GithubHelp home page GithubHelp logo

asp-team33's Introduction

Welcome to the Book Swap Application repository

Final application walkthrough

Book Swap walkthrough

Press play to see the video.

Commit progression

Commit history

Press play to see the video.

Depoyment

Deployment specifications can be found in the final report

Dev environment

To run the backend api:

cd backend
# run postgres database
docker build -t postgres ./
docker run --net=host --name local-postgres -e POSTGRES_PASSWORD=password -e POSTGRES_USER=main -d postgres

#run js script to fill database with sample data
npm run seed-db
# run api
npm run start

Api docs are available under http://localhost:8000/api-docs or https://asp-team33.onrender.com/api-docs

To enter PostgresQL within the docker, run:

docker exec -it local-postgres psql -U main -d api

Sample data

The file is under data/users.json

Tests

To run tests:

npm test

Test info also can be found in data/tests/tests_output.txt

To check test coverage:

npm run coverage

Coverage can be found also on the server under either http://localhost:8000/coverage or https://asp-team33.onrender.com/coverage

To start the React Native app run:

cd BookSwapApp
npx expo start

asp-team33's People

Contributors

milakyr avatar samie820 avatar

Watchers

 avatar

asp-team33's Issues

Add hashing to passwords

There is a hashing function commented in queries.js, that need to be

  1. uncommented and changed in pool.query(...
  2. data in the dummy_data.sql changed to relevant password hashes

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.