mnzsss / bethehero-api

πŸ†˜ Become the hero for someone or ask for help - REST API made with Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Become the hero for someone or ask for help - REST API made with Node.js

πŸ†˜ About BeTheHero

This project is a software that allows organizations to ask for help and share their necessities. The software has a web version made with ReactJS, where the organizations are able to create new incidents and manage them by deleting. The application also has a mobile version (currently in development) made with React Native, where anyone can access to know about the incidents and contact organizations to become a hero. All this software is served by a REST API made with Node.js

πŸ”§ Used technologies:

This RESTful API works with SQLite and to help me build the queries I used knex. Here is a list of technologies I used to develop this api:

ℹ️ How to use this project

# Clone this repository
$ git clone https://github.com/mnzsss/bethehero-api

# Go into the repository
$ cd bethehero-api

# Install dependencies
$ yarn

# Run the migrations
$ npx knex migrate:latest

# Run the app
$ yarn dev

After that you can use Insomnia REST Client on port 3333 to use the routes!

πŸ’¬ Reach me

In case you want to reach me

Thank you for taking a look at my project! Made with β™₯

About

πŸ†˜ Become the hero for someone or ask for help - REST API made with Node.js


Languages

Language:JavaScript 100.0%