Skip to content

A simple sales tracking application to help track the commission and determine quarterly bonus

License

Notifications You must be signed in to change notification settings

Riadhoq/sales-tracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sales Tracker App

Sales Tracker

URL: https://sales-tracking.vercel.app/

Getting Started

This project is built with .NET 5, Entity Framework Core, SQL Server in the backend and Next.js in the frontend.

Prerequisites

Backend

.NET 5, Microsoft.EntityFrameworkCore, Microsoft.EntityFrameworkCore.Tools

Frontend

Node v14.15.3, npm v6.14.9, nextjs v10.0.3, React v17.0.1

Running the project

If you are running the project for the first time.

First, cd into backend. Configure the connectionString in backend/appsettings.Development.json. Then run the migrations using dotnet-ef. Migration should also Seed data to the Database. Then run dotnet run. It should open up on https://localhost:5000

Then, cd into frontend and do npm install. After all the dependencies are downloaded run npm run dev and It should open up on https://localhost:3000

Contact

Riadul Hoque - @hoqriad - [email protected]

Project Link: https://github.com/Riadhoq/sales-tracking

About

A simple sales tracking application to help track the commission and determine quarterly bonus

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published