All Projects → overthq → Auxilium

overthq / Auxilium

Licence: other
Emergency reporting app.

Programming Languages

typescript
32286 projects
HTML
75241 projects

Projects that are alternatives of or similar to Auxilium

laravel-react-boilerplate
Laravel React Boilerplate with Ant Design, Route-Level Code Splitting, Redux, Sanctum Auth
Stars: ✭ 49 (+68.97%)
Mutual labels:  react-redux
react-mobile-starter
🌈 A starter project structure for React.js app using Dva.
Stars: ✭ 46 (+58.62%)
Mutual labels:  react-redux
material-ui-responsive-drawer
Material-UI responsive Drawer is a React-Redux component that uses Material-UI to create a responsive Drawer.
Stars: ✭ 44 (+51.72%)
Mutual labels:  react-redux
RestaurantReactApp
This is a responsive website that uses PWA app standards, completely created with React, React router and firebase
Stars: ✭ 59 (+103.45%)
Mutual labels:  react-redux
react-redux-webaudio
An event manager for the Web Audio API, integrated with react-redux.
Stars: ✭ 23 (-20.69%)
Mutual labels:  react-redux
Docketeer
An easy-to-use GUI for Docker that allows developers to manage Docker containers and monitor crucial metrics.
Stars: ✭ 431 (+1386.21%)
Mutual labels:  react-redux
react-redux-todolist
react-redux-todolist example
Stars: ✭ 35 (+20.69%)
Mutual labels:  react-redux
book-fullstack-react
Fullstack React: The Complete Guide to ReactJS and Friends by Anthony Accomazzo
Stars: ✭ 100 (+244.83%)
Mutual labels:  react-redux
cosmic
🌱🌌 Seed for a universal (native iOS, native Android, web, desktop) app based on react native web, redux and Typescript
Stars: ✭ 32 (+10.34%)
Mutual labels:  react-redux
react-redux-starter-kit
Get started with React, Redux, Webpack and eslint
Stars: ✭ 29 (+0%)
Mutual labels:  react-redux
react-guidebook
📚 React 知识图谱 关于概念、技巧、生态、前沿、源码核心
Stars: ✭ 22 (-24.14%)
Mutual labels:  react-redux
react-antd-admin
基于vite2.x + react17.x + typescript4.x + antd4.x + react-router6.x + mobx6.x编写的一款简单高效的前后端分离的权限管理系统
Stars: ✭ 140 (+382.76%)
Mutual labels:  react-redux
React-Native-Showcase
Best List of Open Source / Examples / Free / Case Study & Featured Template React Native Apps
Stars: ✭ 39 (+34.48%)
Mutual labels:  react-redux
CloudCV
☁️ CloudCV Website
Stars: ✭ 53 (+82.76%)
Mutual labels:  react-redux
isomorphic-react-redux-saga-ssr
Isomorphic, React, Redux, Saga, Server Side rendering, Hot Module Reloading, Ducks, Code Splitting
Stars: ✭ 19 (-34.48%)
Mutual labels:  react-redux
giphygram
🔎 Experimental React application for searching GIF images on GIPHY
Stars: ✭ 23 (-20.69%)
Mutual labels:  react-redux
ReactCnodeJS
☀️React 初/中级项目,CnodeJS社区重构 (a junior project, rewrite cnodejs.org ) 🌟 DEMO:
Stars: ✭ 66 (+127.59%)
Mutual labels:  react-redux
react-ssr
从零搭建一个react-ssr框架 解决页面js事件 样式同构 服务器客户端路由 数据注水脱水等问题
Stars: ✭ 42 (+44.83%)
Mutual labels:  react-redux
redux-analysis
《学习源码整体架构系列》多篇之redux源码,前端面试高频源码,微信搜索「若川视野」关注我,长期交流学习~
Stars: ✭ 28 (-3.45%)
Mutual labels:  react-redux
React-Redux-Enterprise
A React-Redux boilerplate for enterprise/large scaled web applications
Stars: ✭ 77 (+165.52%)
Mutual labels:  react-redux

Auxilium

Auxilium is an open-source app for reporting emergencies. It informs nearby users that an emergency has occured in their vicinity, and provides them with the location (and directions), to keep them informed, and take neccessary actions.

Motivation

In my country, many people die because of inability to access help quickly when they are involved in accidents or emergencies. I've always believed that many of these mortalities could have been averted, if people around would have come to their aid.

Project Phase

This project is currently in the pre-launch phase, being developed by Oluwakorede Fashokun and members of the Overt community for Overt, a concept that creates open-source software to solve many of the problems we face in the world. You can read more here, or follow Overt on Twitter here.

Project Ideas

You can share your ideas for the project in the Overt Discord server. You can also create feature requests as issues on this GitHub repository.

Installation

This section will help you get Auxilium up and running in your development environment.

Prerequisites

Before starting installing, the following are required:

  • Node.js (version 8 or higher).
  • Yarn (version 1.22 or lower)
  • MongoDB (database for local development)

Commands

Note that reading the package-specific docs is crucial to get Auxilium up and running locally. You can check each of the packages in the packages folder for their respective READMEs.

To install Auxilium on your machine, run these commands:

# Clone the repository
git clone https://github.com/overthq/Auxilium.git

# Move into the project directory
cd Auxilium

# Install dependencies
yarn
cd packages/server && yarn

# SERVER-SIDE (Be sure to read the server docs)

# Start MongoDB

# Start the backend server (after including the necessary vars in the server's .env file)
yarn dev:server

# CLIENT-SIDE

# Start the Expo app
yarn dev:app

Contributing

All forms of (positive) contribution is welcome to Auxilium. Be sure to check out the contribution guidelines before contributing.

Tech Stack

Auxilium is a JavaScript-based application. It is built with popular JS libraries/frameworks like React, React Native and Express. Here's what the stack looks like.

The continuous integration/deployment (CI/CD) on this project is handled with GitHub Actions.

License

GNU GPLv3 License

Author

Oluwakorede Fashokun ([email protected]) for Overt.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].