The origin project was made by illusionTBA This is just a clone that uses Mongoose/mongodb instead of Prisma.
- Node.js
- TypeScript
- Mongoose
First You'll need to make a MongoDB atlas as a Requirement you can get it for free by signing in mongodb.com
If you don't want to use MongoDB check: AniMappings
- Clone the repository:
git clone https://github.com/xvpc/animappings.git
- Install dependencies:
npm install
- Make a .env file with a variable called
DATABASE_URL
and set it to your MongoDB atlas URL.
DATABSE_URL="mongodb+srv://<username>:<password>@db.mongodb.net/..."
npm run dev
ornpm start
To start the server.npm run crawl
Map and Crawl to database.npm run export
Export all of the database into a json file