Skip to content

221fa04732/ExaminationCell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ERP Application

Local Setup

Clone the Repository

Run the following command to clone the project:

git clone https://github.com/<Your_Github>/ExaminationCell.git

Frontend Setup

# Navigate to the frontend directory
cd frontend

# Install dependencies
npm install

# Start the development server
npm run dev

Configure Environment Variables

  • Create a .env file inside ./backend and add the following variables:
    POSTGRESQL_URI=your_postgresql_url
    PORT=3000

Backend Setup

# Navigate to the backend directory
cd backend

# Install dependencies
npm install

# Start the development server
npm start

Now your ERP Application is up and running locally! 🚀

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5