Skip to content

This is the main repository for the IAP Showroom Project

Notifications You must be signed in to change notification settings

IAPShowroom/IAPShowroomBackend

Repository files navigation

IAPShowroom Backend API

This is the main repository for the backend API for the IAP Showroom Project.

Set Up:

The API uses a Redis database to manage user sessions.

Install Redis:

sudo apt install redis

Install redis-server:

sudo apt install redis-server

To run the redis-server: redis-server &

This API uses Express, running on Node.js, version 16.14.0.

Install Node.js:

sudo apt install nodejs

Install dependencies:

npm install

Run the app:

npm start

Run tests:

Database tests: npm run testDB

About

This is the main repository for the IAP Showroom Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •