Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.08 KB

README.md

File metadata and controls

37 lines (30 loc) · 1.08 KB

Circle Tracks logo

Full stack SPA to explore different racetracks run in the top three NASCAR national series.

Circle Tracks contains basic information about every track the top three NASCAR national series visit throughout the season. Sort by track type or search by name to learn everything about your favorite tracks.

Development Environment

Tools

  • Angular
  • MongoDB
  • Node.js
  • Express
  • Mongoose
  • Visual Studio Code
  • Adobe Photoshop (logo design)
  • Adobe XD (wireframes)

Languages

  • HTML
  • SCSS
  • TypeScript
  • JavaScript

Credits

Setup

  • Clone repository
  • Open in editor
  • Run npm install to install dependencies
  • Run ng serve to start frontend
  • Run nodemon server.js to start backend
  • Make sure local MongoDB server is running
  • Open localhost:4200 in browser