Skip to content

Latest commit

 

History

History
78 lines (54 loc) · 3.98 KB

README.md

File metadata and controls

78 lines (54 loc) · 3.98 KB

Backend

This is the backend for a curriculum builder project: a modular and free-to-use resume builder designed for individuals, allowing them to create, share, and download their resumes while featuring integrated social interaction.

Project Documents

Tech Stack

Base

Database

Test

Linting and Formatting

Development

Others

Recommended extensions for VS Code

Note

We strongly recommend using the Windows Subsystem Linux (WSL) for development.

How to start

Important

Before we start, you need to have Docker set up and running.

  1. Clone this repository using git
  2. In your terminal:
    1. yarn install
    2. yarn dev
    3. Done!🫖