Skip to content

r-pr/mnesis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a repo for https://mnezis.herokuapp.com/.

Specifications

Running the app

Commands to start the app:

	export MONGO_URI={URI of your MongoDB database}
	export JWT_SECRET={some random string}
	export FLASK_APP=app.py
	flask run

Commands to re-build fontend app from sources, which will generate bundle.js in public directory:

	cd client
	npm install
	npm run build

About

A memory training website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors