Skip to content

jabezinu/Prescripto_1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prescripto

A comprehensive solution with frontend, backend, and admin components.

Project Structure

  • frontend/ - Client-facing application
  • backend/ - API and server logic
  • admin/ - Administration dashboard

Installation

Prerequisites

  • Node.js (v14 or higher)
  • npm or yarn

Setup

  1. Clone the repository
git clone [repository-url]
cd Prescripto_1
  1. Install dependencies for each component
# Backend
cd backend
npm install

# Frontend
cd ../frontend
npm install

# Admin
cd ../admin
npm install

Development

Running the Backend

cd backend
npm run dev

Running the Frontend

cd frontend
npm run dev

Running the Admin Panel

cd admin
npm run dev

Technologies

  • Frontend: [React/Vue/Angular]
  • Backend: [Node.js/Express]
  • Database: [MongoDB/PostgreSQL/MySQL]

License

MIT

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages