Skip to content

A web based project, designed with the objective to control the operations within a small business.

Notifications You must be signed in to change notification settings

Norberto-Boa/Atis-AnyFresh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project logo

ATIS - AnyTech Iventory System

Status GitHub Issues GitHub Pull Requests License


ATIS View

📝 Table of Contents

🧐 About

This is a project aimed to help small companies or individuals to control their business. Controllung their products, sales, expenses and see how much profit they have made with the sales. This project is not responsive yet, so it is a desktop-only project.

🏁 Getting Started

You can clone this repository by running the following command

GitHub CLI

gh repo clone https://github.com/Norberto-Boa/Atis-AnyFresh.git

Git clone

git clone https://github.com/Norberto-Boa/Atis-AnyFresh.git

Then you must navigate to the project directory.

Prerequisites

What things you need to install the software and how to install them

Pre requirement

Installing and running

First you must navigate to the server directory and install the dependencies, then run the dev script using npm.

Before running the project, you must create a .env file, to store the environment variables, which are:

After creating the .env file, proceed with the installation and database migration. To achive this you can write the following commands:

cd server
npm install
npx prisma migrate dev
npm run dev

Same goes with the front end, navigate to the web directory and install the dependencies, then run the dev script using npm. To achive this you can write the following commands:

cd web
npm install
npm run dev

End with an example of getting some data out of the system or using it for a little demo.

🔧 Running the tests

Explain how to run the automated tests for this system.

Break down into end to end tests

Explain what these tests test and why

Give an example

And coding style tests

Explain what these tests test and why

Give an example

🎈 Usage

Add notes about how to use the system.

🚀 Deployment

Add additional notes about how to deploy this on a live system.

⛏️ Built Using

✍️ Authors

See also the list of contributors who participated in this project.

🎉 Acknowledgements

  • Hat tip to anyone whose code was used
  • Inspiration
  • References

About

A web based project, designed with the objective to control the operations within a small business.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published