Skip to content

PhymasSC/REVEUX

Repository files navigation

REVEUX

DeepScan grade

A web design assignment of subject CSF3206 in University of Malaysia Terengganu. This project is built with Node Js, Express Js, MongoDB, Tailwind and Stripe in MVC architecture.

Prerequisites

Getting started

Running the project locally

  1. Download and install git from the official website.
  2. In the 'code' section of this repository, click the Code.

enter image description here

  1. Click the clipboard icon to copy the link of this repositories.

Or simply copy this

$ https://github.com/PhymasSC/REVUEX.git
  1. Open Git Bash.
  2. Change the current working directory to the location where you want the cloned directory.
$ cd C:\your-working-directory
  1. Type git clone, and then paste the URL you copied earlier.
$ git clone https://github.com/PhymasSC/REVUEX.git
  1. Press Enter to create your local clone.
$ git clone https://github.com/PhymasSC/REVUEX.git
Cloning into 'REVUEX'...
remote: Enumerating objects: 16, done.
remote: Counting objects: 100% (16/16), done.
remote: Compressing objects: 100% (15/15), done.
remote: Total 16 (delta 0), reused 16 (delta 0), pack-reused 0
Receiving objects: 100% (16/16), 4.61 MiB | 2.12 MiB/s, done.
  1. Open the cloned project in your IDE. Install the dependencies required.
$ npm i
  1. Run the project.
$ npm run devStart
  1. Create a .env file and fill your environment variables.
STRIPE_SECRET_KEY=
DB_URL=
AUTH_EMAIL_USER=
AUTH_EMAIL_PASS=
SESSION_SECRET=

REVEUX can be now accessed at http://localhost:5000/.

Technologies