Installation
Guide to setup your project at first
Welcome guys, let's start to setup your project:
Requirements
-
Node 18+
-
Npm 10+
-
Git CLI
Setup and Running on local
- Clone the repo:
- Install node packages:
- Copy
.env.sample
file into.env
file, see details in Configuration section:
- Init database schema, just run one of these, depends on which kind of database you want to use:
npm run generate:postgres
or npm run generate:mongodb
You can see the details later in Database section.
- Run developement server:
By default, it will run at port 4000
. Open in the browser and check it out:
You can change the port in
package.json