Skip to content

opeolluwa/metadata

Repository files navigation

Meta Data

Collection of open source and paid assets for designesrs & developers Project Open to contibution

Technologies

Installation

The installation (in development and in production) require Node.js v16+, MongoDB v4.4+, TypeScript and Sqlite v3.36+ to run.

#1.  clone the repository 
git clone https://github.com/opeolluwa/meta-data

#2. install dependencies 
npm install

#3. create and populate the environmental variables
cp .env.example .env

#4. fire up the server
npm run dev

License

Additional Information

  1. Run npm run dev to start the development server
  2. Run npm run build to build the project
  3. Run npm run start to start the production server