Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/opeolluwa/metadata

Collection of open source and paid assets for designers & developers Project Open to contributions
https://github.com/opeolluwa/metadata

ejs-express express mongodb nodejs open-source sqlite3 typescript vue

Last synced: 26 days ago
JSON representation

Collection of open source and paid assets for designers & developers Project Open to contributions

Awesome Lists containing this project

README

        

# Meta Data

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

## Technologies
- [Node.js](https://nodejs.org/en/)
- [Ejs](https://ejs.co/)
- [Express](https://expressjs.com/)
- [MongoDB](https://www.mongodb.com/)
- [Sqlite](https://www.sqlite.org/index.html)
- [TypeScript](https://www.typescriptlang.org/)
- [SCSS](https://sass-lang.com/)

## Installation
The installation (in development and in production) require [Node.js](https://nodejs.org/en/) v16+, [MongoDB](https://www.mongodb.com/) v4.4+, [TypeScript](https://www.typescript-lang.com) and [Sqlite](https://www.sqlite.org/index.html) v3.36+ to run.

```bash
#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