Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Developer's Society Task

Task submission for developer's society sophomore selections

  • React
  • Express
  • TypeScript
  • Docker

Running Locally

Docker Setup (Preferred)

  docker-compose up --build

Local Setup

Frontend

cd web

npm install
  • Start the development server
npm run dev

Backend

cd server

npm install
  • Start the development server
npm run dev

Open http://localhost:3000 in your browser to see the web application. The API is running at http://localhost:8080.

dev-soc-task/
│── web/         # Frontend application (React)
│── server/      # Backend API (Express)

About

Task for Developer's Society

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages