Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/Documentive/TemplateBuddy

An Open Source resume builder for hassle free experience
https://github.com/Documentive/TemplateBuddy

Last synced: 2 months ago
JSON representation

An Open Source resume builder for hassle free experience

Lists

README

        

# Template Buddy

An open source resume builder for hassle free experience.

## Installation

### Pre-requisites

- MongoDB
- NodeJS >= v16.0.0
- MongoDB Compass (optional, to view the database)
- Postman (optional, to test the API)

### Steps

#### For macOS:
1. Start Mongo daemon:

```bash
user@programmer~:$ mongod --config
```

2. Start the backend server:

```bash
user@programmer~:$ cd backend
user@programmer~:$ npm start
```

3. Start the frontend:

```bash
user@programmer~:$ cd frontend
user@programmer~:$ npm start
```

#### For Windows (Use CMD Prompt in Administrator mode) :
1. Start Mongo daemon:
```bash
user@programmer~:$ /bin/mongod.exe --dbpath=
```
2. Start the backend server:

```bash
user@programmer~:$ cd backend
user@programmer~:$ npm start
```

3. Start the frontend:

```bash
user@programmer~:$ cd frontend
user@programmer~:$ npm start
```