Skip to content

false-positive/astrolink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


AstroLink

Hack TUES Infinity

AstroLink e платформа за споделяне на файлове с данни за астрономически проучвания. Основната идея на проекта е да следи развитието на дадено проучване, да систематизира данните в него и да ги прави достъпни за всеки участник в проекта, независимо дали той се намира на Земята или в космоса. Хората работещи по дадедено проучване са обединени в екипи като всеки user може да е член на повече от един екип и проект, както и всеки екип може да се занимава с няколко проекта едновременно.
Нашия отбор »

License · Report Bug · Request Feature

Built With

Getting Started

Prerequisites

  • Python 3.9 (or higher)

  • Pipenv

    $ python -m pip install -U pipenv

Installation

  1. Clone the AstroLink repo

In this documentation, we will clone the repo in the home directory of the user, however it is recommended that you put it in a better location. Just keep in mind that you will have to change it in the cd commands later on 🙂

$ git clone https://github.com/false-positive/astrolink ~/astrolink
  1. Setup the Django development database
$ mkdir -p ~/Projects/astrolink/server
$ cd ~/Projects/astrolink/server/
$ pipenv --python 3.9 install django
$ pipenv run django-admin startproject astrolink 
  1. Setup the Next.js development database
$ cd ~/Projects/server/web/
$ npm i
$ npm run dev
  1. Run the Django development server
$ cd ~/notewell/website/
$ python manage.py runserver

Note: It should be runned simultaneously with the Next.js development database

  1. Head on over to http://localhost:3000/register/ and create your user.

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

See LICENSE for more details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •