Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mrtinsvitor/rapid-api
- Owner: mrtinsvitor
- Created: 2019-12-13T20:19:39.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T07:37:37.000Z (about 2 years ago)
- Last Synced: 2024-12-10T18:18:31.486Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 1.13 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
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