Skip to content

thathurtabit/acronym-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto Trader Acronym Finder

This app gives quick explanations to acronyms or shorthands used around Auto Trader to help everyone better understand the terms we use.

Stack

This app runs on:

  • MongoDB
  • Express
  • Angular (with Material, scss, RxJS)
  • Node

Installation

This repo has both /client and a /server folder. Please cd in to each folder and use npm to install dependencies.

cd client
npm i
cd server
npm i

Development

To run the app, you'll need to have both the server and the client running side by side.

cd client
npm run start
cd server
npm run start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published