Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mrtinsvitor/rapid-api

Restful API for an Academical Event Scheduler
https://github.com/mrtinsvitor/rapid-api

Last synced: 10 days ago
JSON representation

Restful API for an Academical Event Scheduler

Awesome Lists containing this project

README

        

# Restful API for an Academical Event Scheduler

This is an undergraduate end of course project for academical event. This repository contains the Node.Js Restful API that is integrated with a mobile and web app for presence confirmation of academical events. This API was built with [Express.Js](https://expressjs.com/) and [Sequelize](https://sequelize.org/) for database connection

## Pre-requisites

You will just need to install [Node.js](https://nodejs.org/) and a package manager (Yarn or NPM) on your PC.

## Installation

$ git clone https://github.com/mrtins/rapid-api
$ cd unievents-api
$ npm install or yarn

## Running the project

To run the project you can just:

$ npm run dev

Or to run with Nodemon:
$ npm run watch

## Developed with

* [Node.js](https://nodejs.org/) - Javascript framework for develop back-end applications
* [Express](https://expressjs.com/pt-br/) - Framework for service development with Node.js
* [NPM](https://www.npmjs.com/) - Package manager
* [Sequelize](https://sequelize.org/) - SQL database ORM