This is the repository for my e-commerce web application made using the Nim programming language.
Go to file
Aritra Banik 8f7a830182 034
2024-02-23 02:15:28 +05:30
src 034 2024-02-23 02:15:28 +05:30
tests 1st commit 2024-02-03 16:37:29 +05:30
.gitignore 1st commit 2024-02-03 16:37:29 +05:30
a3.nimble 029 2024-02-11 02:53:43 +05:30
db5.sqlite3 034 2024-02-23 02:15:28 +05:30
Dockerfile 1st commit 2024-02-03 16:37:29 +05:30
README.MD 8th Commit 2024-02-04 01:13:31 +05:30

E-Commerce

This is the repository for my e-commerce project.

Getting Started

Download links:

SSH clone URL: ssh://git@gitea.com:cereci5049/Shoppers.git

HTTPS clone URL: https://gitea.com/cereci5049/Shoppers.git

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Must have Nim version 2.0.2 or higher installed.

Dependencies

Setup

Setup Database

Firstly you need to create the database using the following command

nim c -r src/a3c/database_up.nim

Then add the rooms in the rooms table there.