Skip to content

spksoft/RepairCommunity

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RepaireCommunity

What is RepaireCommunity?

RepaireCommunity is a mono-repo for the RepaireCommunity project. It contains the following packages:

  • api - The API for the RepaireCommunity project was developed using Strapi
  • frontend-app - The frontend application for the RepaireCommunity project was developed using NextJS
  • tool - The tool for the RepaireCommunity project. It is a CLI tool for processing data.

Development

Pre-requisites

  • NodeJS (v16)
  • Npm (v6)
  • Vscode

VSCode workspace

For developing RepaireCommunity, we recommend using the VSCode workspace.

  1. Git clone the repo
  2. Open the repo in VSCode
  3. Navigate to .vscode/api.code-workspace and open it
  4. Click open workspace

image

Frontend-app

  1. Navigate to frontend-app
  2. Run npm install
  3. Create file called .env.local in the root of the frontend-app directory with content below
NEXT_PUBLIC_API_BASE_URL=http://localhost:1337
  1. Run npm run dev

API

  1. Navigate to api
  2. Run npm install
  3. Run npm run develop

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.2%
  • Python 10.7%
  • CSS 5.5%
  • Shell 2.6%