yk909 / linconstore-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

Welcome, please follow the below steps in order for the server to work appropriately.

Project Requirements

Fill the example.env then rename to dev.env. Create a new folder called config on the root directory. move dev.env to the config directory

Documentation

Open [https://documenter.getpostman.com/view/13129148/2s93z6c3zW] 
(https://documenter.getpostman.com/view/13129148/2s93z6c3zW) with your browser to see. 

Install dependencies

First, install the dependencies for this project. Please use the below command to install the dependencies.

npm install 
# or 
yarn install 

Starting the Server

Next, run the following command to start the server

npm run dev 
# or 
yarn dev 

About


Languages

Language:TypeScript 100.0%