Skip to content

A website to create resume without much effort.

Notifications You must be signed in to change notification settings

Sammmy22/besume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Besume

Besume - "Build a resume"

It is a website for building resume that looks great and does not require much effort to build.

Sample Resume created from this repo

Run Locally

Clone the project

  git clone https://github.com/Sammmy22/besume

Go to the project directory

  cd besume

Install dependencies

  cd backend
  npm install

Create a .env file in the backend directory and add the following variables to it with the values you want to use

  DB_HOST=
  DB_USER=
  DB_PASSWORD=
  DB_DATABASE=
  DB_PORT=
  PORT=

Start the server

  nodemon dbServer

The Database

Create a database named userdb and create a table inside it named usertable

The MySQL user should have the following privileges:

  • DELETE
  • EXECUTE
  • INSERT
  • SELECT
  • SHOW VIEW
  • UPDATE

Table schema

App Screenshot

Tech Stack

Client: HTML, Bootstrap

Server: Node, Express, MySQL

About

A website to create resume without much effort.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published