Skip to content

Minerva is a quotes and references manager that aims to become a useful tool for humanistic research.

Notifications You must be signed in to change notification settings

danielgrj/minerva-legacy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minerva

Minerva is a quotes and references manager that aims to become and useful tool for humanistic research. Minervas goal is to be a powerful resource for quotes management but easy to use.

Installation

To install Minerva, first you need to clone this git repository.

git clone https://github.com/danielgrj/minerva

For the express server you have to go to the backend directory and install the dependencies with npm:

npm install

The server needs an .env file for configurations with the following variables.

PORT=
DB=
SECRET=
FACEBOOK_APP_ID=
FACEBOOK_APP_SECRET=
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
CLOUDINARY_NAME=
CLOUDINARY_KEY=
CLOUDINARY_SECRET=

To run the react app, go to the frontend and install all the dependencies using yarn:

yarn install

Usage

Everyone can create an account on Minerva, but if you want to test the app, you can use the following credentials.

  User 1
  Email: [email protected]
  Password: 123

  User 2
  Email: [email protected]
  Password: 123

License

MIT

About

Minerva is a quotes and references manager that aims to become a useful tool for humanistic research.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published