Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/opeolluwa/metadata
- Owner: opeolluwa
- License: other
- Created: 2022-04-26T18:27:01.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-18T19:47:55.000Z (almost 2 years ago)
- Last Synced: 2024-04-17T00:02:21.093Z (7 months ago)
- Topics: ejs-express, express, mongodb, nodejs, open-source, sqlite3, typescript, vue
- Language: TypeScript
- Homepage: https://metadatar.onrender.com
- Size: 4.59 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: Contributing.md
- License: LICENSE
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