All Projects → MFOSSociety → NSP

MFOSSociety / NSP

Licence: MIT license
A Social Network that brings engineer's from all fields together to collaborate 🌐

Programming Languages

python
139335 projects - #7 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to NSP

gogo
GoGo - Free Bootstrap template for chat bot landing page
Stars: ✭ 45 (+60.71%)
Mutual labels:  css3, bootstrap3
Flight Ticket Booksystem
大三下数据库课设 - 机票预订系统 - Django
Stars: ✭ 55 (+96.43%)
Mutual labels:  sqlite3, bootstrap3
sharenlearn
A Common File/Resource Sharing Platform for Students & Faculties built using HTML, CSS, Javascript, & Django.
Stars: ✭ 44 (+57.14%)
Mutual labels:  css3, sqlite3
solveme
SolveMe - Jeopardy CTF Platform
Stars: ✭ 51 (+82.14%)
Mutual labels:  css3, bootstrap3
Bootstrap
Open Source JS plugins
Stars: ✭ 13 (-53.57%)
Mutual labels:  css3, bootstrap3
BirDayBer
'BirDayBer' is an application made for irresponsible people with friends or family birthdays like me. So it allows you to add birthdays and other minimal information to a database to notify you to remember them.
Stars: ✭ 22 (-21.43%)
Mutual labels:  sqlite3
WendzelNNTPd
A usable and IPv6-ready Usenet-server (NNTP daemon). It is portable (Linux/*BSD/*nix), supports AUTHINFO authentication, contains ACL as well as role based ACL and provides "invisible" newsgroups. It can run on MySQL and SQLite backends.
Stars: ✭ 43 (+53.57%)
Mutual labels:  sqlite3
Cyberpunk-2077-theme-css
This is a theme in CSS3 to simulate the interfaxes of the game CyberPunk 2077.
Stars: ✭ 118 (+321.43%)
Mutual labels:  css3
Dynamic.css
🚀 Awesome Library of CSS3 animations 🎉
Stars: ✭ 38 (+35.71%)
Mutual labels:  css3
swatch
A lightweight, modern theming library based on CSS variables and the setter/getter pattern.
Stars: ✭ 14 (-50%)
Mutual labels:  css3
Generation
⭐ A Private, Secure, End-to-End Encrypted Messaging app made in Flutter(With Firebase and SQLite) that helps you to connect with your connections without any Ads, promotion. No other third-party person, organization, or even Generation Team can't read your messages. 💝
Stars: ✭ 18 (-35.71%)
Mutual labels:  sqlite3
thepranaygupta.github.io
my personal portfolio website
Stars: ✭ 47 (+67.86%)
Mutual labels:  css3
30daysOfCss
Desafio consiste em criar um mini projeto com HTML e CSS por dia durante 30 dias.
Stars: ✭ 23 (-17.86%)
Mutual labels:  css3
Bank-Account-Simulation
A Bank Account Simulation with JavaFX and SQLite back-end. Material UX|UI.
Stars: ✭ 19 (-32.14%)
Mutual labels:  sqlite3
Nephos
Project Nephos [GSoC '18]: Automated recording, processing, and uploading of TV streams for Universities.
Stars: ✭ 20 (-28.57%)
Mutual labels:  sqlite3
Bootstrap4Resume
A single-page static resume website created with Bootstrap 4
Stars: ✭ 36 (+28.57%)
Mutual labels:  css3
Shuttle
The fastest access to your favorite applications.
Stars: ✭ 52 (+85.71%)
Mutual labels:  css3
AnkiSharp
Create anki decks and cards from your C# application
Stars: ✭ 39 (+39.29%)
Mutual labels:  sqlite3
Animation design
当前端遇上二次元
Stars: ✭ 30 (+7.14%)
Mutual labels:  css3
QuickLearn
A collection of resources categorised by tech domains, languages, expertise and much more. QuickLearn gives you a quick access to all the resources that you could need at a single place, within a click!
Stars: ✭ 89 (+217.86%)
Mutual labels:  css3

The Network Of Skilled People - NSP

Coverage Status

Visit - http://thensp.pythonanywhere.com/

Installation Instructions (Linux/Unix)

Short procedure

Clone the repository and get inside NSP directory
git clone https://github.com/NSP-Community/NSP && cd NSP && chmod +x go.sh
Now run the bash script
./go.sh

NOTE : This will create a virtualenv named "mason" by default. Always move in virtualenv before starting any dev process or testing process!

In order to move in virtualenv shell execute source mason/bin/activate


Long procedure

Clone the repository and get inside NSP directory
git clone https://github.com/NSP-Community/NSP && cd NSP
(Optional) Only if you need virtual environment
sudo apt-get update
sudo apt-get install virtualenv
virtualenv example_name --python=python3
source example_name/bin/activate
Installing required Python3 libraries
sudo python3 -m pip install -r requirements.txt
Make Migrations
python3 manage.py makemigrations accounts
python3 manage.py makemigrations notifications
python3 manage.py makemigrations nspmessage
python3 manage.py makemigrations project
python3 manage.py makemigrations issueSolution
python3 manage.py migrate
Running the Server
python3 manage.py runserver

You should now be able to access NSP in localhost:8000 in your browser


How to install NSP on your Windows System ?

You can install Windows Subsystem for Linux (WSL) on Windows 10 and we suggest you to go for Ubuntu! After this the installation process is same as any other linux distro

Developers:

Backend Developers - Rishi Banerjee , Pratik Jain , Gjergj Kadriu

Frontend Developers - Prachal Goyal

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].