Mercury Research Laboratory Information Management System written in Django with Django Rest Framework
2
stars
6
forks
source link
THIS REPO IS ARCHIVED
Merlin: Mercury Research Laboratory Information Management System
Setup:
- Install PostgreSQL 9.6 or later
- Install Python3 (64bit)
- Clone this repo
- Get your settings.py file in order
- Using pip, install VirtualEnv
- Create and activate a new virtual environment
- Using pip, install python dependencies
- Migrate data to PostgreSQL
- Using Django, run the dev server
- Enjoy!