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.samplefile into.envfile, 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