This is the repository of project Be a Savior Server API.
Click here to test back-end server api.
Click here to access Figma.
Click here to access front-end mobile repository.
Click here to access landing page presentation repository.
Click here to access landing page presentation.
How to use?
# Create .env file
$ cp .env.example .env
# Install dependencies
$ yarn
# Build project
$ yarn build
# Start api
$ yarn start
Domains | GET | POST | PATCH | DELETE |
---|---|---|---|---|
incidents | ✅ | ✅ | ✅ | ✅ |
donations | ✅ | ✅ | ❌ | ❌ |
ongs | ✅ | ✅ | ❌ | ❌ |
donors | ✅ | ✅ | ❌ | ❌ |