Skip to content

includeHasan/arcs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Railway Concession Application

This repository contains a client-side application and a server-side application built with Node.js for managing railway concessions.

Getting Started

  1. Clone the repository:

  2. Install dependencies for the project and its sub-projects: This command will install dependencies for the parent project, the client project, and the server project. npm run install:all

  3. Start the client and server applications: This command will concurrently start the client application with npm run dev and the server application with npx nodemon. npm run start:all

  4. Access the client application in your web browser at http://localhost:3000 (or the appropriate URL and port specified in your client application).

Releases

No releases published

Packages

 
 
 

Contributors