Skip to content
Permalink
de1c0ec07c
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
24 lines (15 sloc) 552 Bytes
# 304CEM-Coursework-Resit-Backend
Fully RESTful API for creation of Entity Relationship Diagrams
## Getting Started
To run the server, clone this repository and run the following commands in the root folder:
```
npm install
node server.js
```
### Prerequisites
This project requires npm and Node.js to be installed in your machine.
## Built With
* [Node.js](https://nodejs.org/en/) - JavaScript runtime used
* [SQLite] (https://www.sqlite.org/index.html) - Database management package used
## Authors
* **Goncalo Bernardo** - *Project Author*