corupta / wander-api

Home Page:https://api.wanderapp.cf/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wander-api

wander-api

Wander Repositories

Swagger Docs

https://api.wanderapp.cf/docs

Bugs

Unfortunately, with the final feature we develop our server limit of 50MB for source code was finished (our source code built became 51MB) So, we tried to deploy it to aws server in the last minute and it took some time. As a result we couldn't test this feature. There are tiny typo bugs regarding this feature, and can be fixed by applying patch from wander-api-after-hackathon.patch to this repo. They will be committed to this repo after the hackathon evaluations end.

  • To do so, download wander-api-after-hackathon.patch to repo main folder
  • Type git apply wander-api-after-hackathon.patch
  • Now, the repo should be patched correctly.
  • Patch files are git diff results obtained by git diff You can google it to get to know it more.

Another version (AWS one) including this patch is deployed on https://api2.wanderapp.cf/docs with the new feature working as well.

Project Description

This project is the backend service for @corupta/wander-app Please check out its readme for more detailed info.

Deploy

Deployed to Vercel, a free service for deploying projects. Uses AWS Lambda internally, so each concurrent API call will run in parallel.

A free cluster from MongoDB Atlas was opened and connected as DB.

About

This project uses Feathers. An open source web framework for building modern real-time applications.

Getting Started

copy .env.sample to .env and fill in correct values

Getting up and running is as easy as 1, 2, 3.

  1. Make sure you have NodeJS and npm installed.

  2. Install your dependencies

    cd path/to/wander-api
    npm install
    
  3. Start your app

    npm start
    

Testing

Simply run npm test and all your tests in the test/ directory will be run.

Scaffolding

Feathers has a powerful command line interface. Here are a few things it can do:

$ npm install -g @feathersjs/cli          # Install Feathers CLI

$ feathers generate service               # Generate a new Service
$ feathers generate hook                  # Generate a new Hook
$ feathers help                           # Show all commands

Help

For more information on all the things you can do with Feathers visit docs.feathersjs.com.

About

https://api.wanderapp.cf/docs

License:MIT License


Languages

Language:JavaScript 61.7%Language:HTML 38.3%